Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sillydan1 authored Mar 7, 2022
1 parent df93956 commit 6631ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ If you want to use the project in your own cmake project, simply include `expr`
with the `libexpr` library. The project is also tagged with release versions to be compatible with [cpm](https://github.com/cpm-cmake/CPM.cmake),
so if your project uses that, simply include the project like so:
```cmake
CPMAddPackage("gh:sillydan1/expr@latest")
CPMAddPackage("gh:sillydan1/expr#latest") # 'latest' is not neccesarily stable, check releases for stable tags
```

0 comments on commit 6631ace

Please sign in to comment.