1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-02 21:53:51 +00:00

Conan instructions improved

This commit is contained in:
Henry Fredrick Schreiner 2018-04-12 09:04:13 +02:00
parent 165c6a1e9d
commit 3520d6cfd7

View File

@ -32,8 +32,7 @@ And, if you want to always use it, feel free to install the git hook provided in
The steps to make a Conan.io release are:
```bash
conan delete '*' # optional, I like to be clean
conan remove '*' # optional, I like to be clean
conan create . cliutils/stable
conan upload "*" -r cli11 --all
```