Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RamtinKosari authored Jul 29, 2024
1 parent 7f36cf7 commit 25a2eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ cd RKACPB
./build.sh
```

if You Want to Build Specefic Files or Files with Specefic File Extensions, Do Like This :
* ./build.sh Builds All .cpp and .hpp Files Inside Your Project by Default
if You Want to Build Specific Files or Files with Specefic File Extensions, Do Like This :
```shell
./build.sh --extensions *.cc *.c *.cxx *.hh *.h *.hxx *.py
# - This Command Will Build All Files with Provided Extensions
```
💡 ./build.sh Builds All .cpp, .hpp, .c and .h Files Inside Your Project by Default

if You Need Additional Packages to Build Your Project, Do :
```shell
Expand Down

0 comments on commit 25a2eb4

Please sign in to comment.