diff --git a/README.md b/README.md index 828ead055b..f254b41fba 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ This step involves setting up the required configuration to run the programs in ### Linux -Run the below command to install `binutils-dev` package on Linux. +Run the below command to install `binutils-dev`, `re2c`, `bison` and `cmake` package on Linux. ```bash -sudo apt install binutils-dev +sudo apt install binutils-dev re2c bison cmake ``` ### Windows