From d0afdd7e3dd66a9de473b1f1dd816d66fc4175e9 Mon Sep 17 00:00:00 2001 From: paulmataruso Date: Wed, 23 Apr 2025 17:59:12 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fcc388..18cfffe 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file