From a03338c61e3429b494759df4b3481052e4373343 Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Thu, 4 Jan 2024 20:23:19 -0700 Subject: [PATCH] Fix up the readme a bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fe89367..6333024 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ To install AllPac on your Arch Linux system, follow these steps: ``` ### IGNORE THIS FOR RIGHT NOW -3. Run the installer script: - ```bash - ./install.sh - ``` +3. ~~Run the installer script:~~ + ~~```bash~~ + ~~./install.sh~~ + ~~```~~ -4. Build the binary (this is temporary while testing is happening) +Build the binary (this is temporary while testing is happening) ```bash go build -o allpac ```