summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornlscc <66028747+nlscc@users.noreply.github.com>2022-04-18 04:37:03 +0200
committernlscc <66028747+nlscc@users.noreply.github.com>2022-04-18 04:40:50 +0200
commitb035aaca591fae11e74bfaa368cfe5fe5863758f (patch)
tree084b4f9fb7f34079091c7d37ba778a5f38044685
parentcheck for missing filename (#54) (diff)
downloadsamloader-b035aaca591fae11e74bfaa368cfe5fe5863758f.tar
samloader-b035aaca591fae11e74bfaa368cfe5fe5863758f.tar.gz
samloader-b035aaca591fae11e74bfaa368cfe5fe5863758f.tar.bz2
samloader-b035aaca591fae11e74bfaa368cfe5fe5863758f.tar.lz
samloader-b035aaca591fae11e74bfaa368cfe5fe5863758f.tar.xz
samloader-b035aaca591fae11e74bfaa368cfe5fe5863758f.tar.zst
samloader-b035aaca591fae11e74bfaa368cfe5fe5863758f.zip
-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`.