Skip to content

Commit b26c768

Browse files
committed
Update README with manual download instructions
The readme file has been updated to include a 'Manual' section explaining how to download the latest release of 'cclip' library from the releases page. Additionally, an error in the usage code that referred to the wrong header file name has been fixed.
1 parent fb3cf9d commit b26c768

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ git clone https://github.com/Drew-Chase/cclip.git ./vendor/cclip
1111
```bash
1212
git submodule add https://github.com/Drew-Chase/cclip.git ./vendor/cclip
1313
```
14-
15-
14+
### Manual
15+
Download the latest release from the [releases page](https://github.com/Drew-Chase/cclip/releases) and extract the options_manager.hpp to your project's directory.
1616

1717
## Usage
1818

@@ -21,7 +21,7 @@ git submodule add https://github.com/Drew-Chase/cclip.git ./vendor/cclip
2121
Here is an example of how to use the `cclip` library to parse command-line arguments in a C++ program:
2222

2323
```cpp
24-
#include "cclip/options_manager.h"
24+
#include "cclip/options_manager.hpp"
2525
#include <iostream>
2626

2727
int main(int argc, char **argv) {

0 commit comments

Comments
 (0)