Skip to content

Commit 66e9251

Browse files
committed
Update readme
1 parent 0e83182 commit 66e9251

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

sotorrent/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@
99
Linux (e.g. using [p7zip](https://sourceforge.net/projects/p7zip/)):
1010

1111
`for file in ./*.7z; do 7z e "$file"; done`
12+
13+
2. Unzip the SQL scripts:
14+
15+
`7za e sql.7z -osql`
1216

13-
2. Edit the SQL script `load_sotorrent.sh` to change the passwords for the `root` and `sotorrent` MySQL users and the path where the CSV and XML files are located.
17+
3. Edit the SQL script `load_sotorrent.sh` to change the passwords for the `root` and `sotorrent` MySQL users and the path where the CSV and XML files are located.
1418

15-
3. Run the `load_sotorrent.sh` script.
19+
4. Run the `load_sotorrent.sh` script.
1620

1721
## Data
1822

0 commit comments

Comments
 (0)