Skip to content

Commit 727bcd7

Browse files
authored
Update README.md
Added reference to conan package.
1 parent 9844c23 commit 727bcd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,11 @@ mySource >>= for_each >>= print_to_stdout();
110110
```
111111

112112
# Build & Install
113+
## From source:
113114
1. `mkdir build && cd build`
114115
2. `cmake .. && cmake --build .`
115116
- Run tests: `ctest`
116117
3. `cmake --build . --target install`
118+
## From conan:
119+
* Name: `pipeable/0.2@helmesjo/stable`
120+
* Repo: `https://helmesjo.jfrog.io/artifactory/api/conan/public-conan`

0 commit comments

Comments
 (0)