From dae0088b2b227ded51804f8b22813516322dfb8e Mon Sep 17 00:00:00 2001 From: Jackson Huff Date: Mon, 25 Dec 2023 11:10:56 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c989475..61c1e64 100644 --- a/README.md +++ b/README.md @@ -9,24 +9,25 @@ These builds may or may not be up-to-date with the latest Folia commits because

-Download the latest build +▶️ Download the latest build

## Run It Locally -This does not work with the Windows command prompt or PowerShell. - -First, clone this repo and go to its directory: +This method does not work with the Windows command prompt or PowerShell. +First, clone this repo: ```sh git clone https://github.com/Slackadays/FoliaToGo +``` +Now go to its directory: +```sh cd FoliaToGo ``` Then run the build script: - ```sh sh build.sh ```