diff --git a/README.md b/README.md index d8d362f..779ae58 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You need to have the following installed on your system: ```shell git clone https://github.com/mrunix00/Yasi.git cd Yasi/ -git submodule init && git submodule update +git submodule update --init ``` ### Build @@ -22,4 +22,4 @@ git submodule init && git submodule update mkdir build && cd build/ cmake .. && cmake --build . ./Yasi -``` \ No newline at end of file +```