Fix up the readme a bit

This commit is contained in:
VetheonGames 2024-01-04 20:23:19 -07:00
parent 83570d4bcb
commit a03338c61e

View File

@ -57,12 +57,12 @@ To install AllPac on your Arch Linux system, follow these steps:
``` ```
### IGNORE THIS FOR RIGHT NOW ### IGNORE THIS FOR RIGHT NOW
3. Run the installer script: 3. ~~Run the installer script:~~
```bash ~~```bash~~
./install.sh ~~./install.sh~~
``` ~~```~~
4. Build the binary (this is temporary while testing is happening) Build the binary (this is temporary while testing is happening)
```bash ```bash
go build -o allpac go build -o allpac
``` ```