Commit 3520d6cfd7335821457558da213239e36ba51fa2

Authored by Henry Fredrick Schreiner
1 parent 165c6a1e

Conan instructions improved

Showing 1 changed file with 1 additions and 2 deletions
.github/CONTRIBUTING.md
... ... @@ -32,8 +32,7 @@ And, if you want to always use it, feel free to install the git hook provided in
32 32 The steps to make a Conan.io release are:
33 33  
34 34 ```bash
35   -conan delete '*' # optional, I like to be clean
36   -
  35 +conan remove '*' # optional, I like to be clean
37 36 conan create . cliutils/stable
38 37 conan upload "*" -r cli11 --all
39 38 ```
... ...