summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e35c7b3..4b20e3a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Download firmware for Samsung devices (without any extra Windows drivers).
## Installation
```
-pip3 install git+https://github.com/nlscc/samloader.git
+pip3 install git+https://github.com/samloader/samloader.git
```
## Usage
Run with `samloader` or `python3 -m samloader`. See `samloader --help` and `samloader (command) --help` for help.
@@ -22,3 +22,5 @@ downloading GT-I8190N_BTU_1_20131118100230_9ae3yzkqmu_fac.zip.enc2
$ samloader -m GT-I8190N -r BTU decrypt -v I8190NXXAMJ2/I8190NBTUAMJ1/I8190NXXAMJ2/I8190NXXAMJ2 -V 2 -i GT-I8190N_BTU_1_20131118100230_9ae3yzkqmu_fac.zip.enc2 -o GT-I8190N_BTU_1_20131118100230_9ae3yzkqmu_fac.zip
[################################] 169115/169115 - 00:00:08
```
+## Note
+This project was formerly hosted at `nlscc/samloader`, and has moved to `samloader/samloader`.