From 1e460bca4a17f20af2a6eb3540c955b6b13f263c Mon Sep 17 00:00:00 2001 From: Joseph <94092417+Jgoodwin64@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:08:20 -0500 Subject: [PATCH] Update README.md Undid the last commit as it was WSL not wanting to run multiple commands at once. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a8a1022..0fc3f60 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,7 @@ Updates are constantly being made to the game, so we recommend checking out the Clone the Portal64 repo or download the zip. ```sh -sudo apt install git -``` - -```sh +sudo apt install git -y git clone https://github.com/lambertjamesd/portal64.git cd portal64 ```