Skip to content

Commit 235338c

Browse files
committed
Updated README.md
1 parent 4799a69 commit 235338c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,8 @@ int main (int argc, char ** argv) {
8686
8787
## Installation
8888
89-
To install argparse on a unix system just type `make && sudo make install`
90-
You can also compile the example.c file with `make example` without installing the library on your system
89+
To build and install argparse on \*Unix systems, in your shell type
90+
```bash
91+
mkdir build && cd build\
92+
cmake .. && make && sudo make install
93+
```

0 commit comments

Comments
 (0)