Update README.md

This commit is contained in:
2025-04-23 17:59:12 +00:00
parent 86dc558479
commit d0afdd7e3d

View File

@@ -1,3 +1,9 @@
# make_torrent
his script will make a torrent file from each folder in the directory that is specified, using the tracker URL you specified, and place the finished torrent file in the directory specified
This script will make a torrent file from each folder in the directory that is specified, using the tracker URL you specified, and place the finished torrent file in the directory specified
```
$ chmod +x make_torrent.sh
$ ./make_torrent.sh
```