diff --git a/README.md b/README.md index bd66e67..2ca2a05 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,10 @@ Before commencing, ensure that Pipy is installed. Refer to the [installation doc ### Build -Execute `main build` to compile FGW. Upon successful compilation, the fgw binary file can be located in the `bin` directory. +Execute `make build` to compile FGW. Upon successful compilation, the fgw binary file can be located in the `bin` directory. ### Testing Within the tests/shpec directory, initially run pre_test.sh to examine the testing environment, and thereafter execute shpec to test all cases. -> The testing works on LINUX ONLY! \ No newline at end of file +> The testing works on LINUX ONLY!