Update README.md

This commit is contained in:
2024-06-26 16:04:49 +00:00
committed by GitHub
parent ce895bddaa
commit 8f7ec6855d
+2 -2
View File
@@ -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 <command> [args]`
| user | \<username> | Get user information. |
| init | N/A | Initialize a repository. |
| login | N/A | Login to the system. |
| push | [-f] | Push changes to the repository. |
| push | [-f] | Push changes to the repository. |