We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4799a69 commit 235338cCopy full SHA for 235338c
README.md
@@ -86,5 +86,8 @@ int main (int argc, char ** argv) {
86
87
## Installation
88
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
+To build and install argparse on \*Unix systems, in your shell type
+```bash
91
+mkdir build && cd build\
92
+cmake .. && make && sudo make install
93
+```
0 commit comments