diff options
author | ja223r <ja223r@proton.me> | 2023-05-03 23:26:38 +0200 |
---|---|---|
committer | ja223r <ja223r@proton.me> | 2023-05-03 23:26:38 +0200 |
commit | bf77a0e8b0e0e19eb1e6cb6719369b5e3a44f8b8 (patch) | |
tree | 0a6db8509d7570c5ee25c04c741124f52462791c /README.md | |
parent | 7e1d7e2b0f4358be1e34cceef1282e6f8feb8a9e (diff) |
Updated README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ git submodule update --init --recursive If you compile the project for the first time you'll have to compile the dependencies. In order to get a clean build and fetch all submodules run: ``` -./cleanProject.sh +./scripts/cleanProject.sh ``` The following command will create all libs we need for Bitmask. |