From bed4a4919bdadbdf97df361546d43cbb86a76cad Mon Sep 17 00:00:00 2001 From: Ruben Dahl Date: Sun, 15 Jan 2023 15:43:08 +0100 Subject: [PATCH] Changed up the build instructions --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 48131fb..d154df7 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ mkdir build cd build cmake .. make +sudo make install ``` ### Initializing a project @@ -20,7 +21,7 @@ make Make a new folder, then run the following command: ```bash -./ceev init +ceev init ``` ### Building the project @@ -28,7 +29,7 @@ Make a new folder, then run the following command: Run the following command: ```bash -./ceev build +ceev build ``` ### Running the project @@ -36,7 +37,7 @@ Run the following command: Run the following command: ```bash -./ceev run +ceev run ``` ### More help @@ -44,7 +45,7 @@ Run the following command: Run the following command: ```bash -./ceev --help +ceev --help ``` if you need more help.