From 8f7ec6855d9976e2f1351380539c2952248f9efd Mon Sep 17 00:00:00 2001 From: ION606 Date: Wed, 26 Jun 2024 16:04:49 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a50731..dd3633c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Running ## Option 1: The Script -just use `curl -fsSL -o ivcs.sh https://github.com/ION606/VCS/raw/main/setup.sh && chmod +x ivcs.sh && sudo ./ivcs.sh` +just use `curl -fsSL -o ivcs.sh https://github.com/ION606/VCS/raw/main/init.sh && chmod +x ivcs.sh && sudo ./ivcs.sh` ## Option 2: Maually @@ -20,4 +20,4 @@ format: `ionvcs [args]` | user | \ | Get user information. | | init | N/A | Initialize a repository. | | login | N/A | Login to the system. | -| push | [-f] | Push changes to the repository. | \ No newline at end of file +| push | [-f] | Push changes to the repository. |