diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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`. |