Skip to content

Commit 3520d6c

Browse files
committed
Conan instructions improved
1 parent 165c6a1 commit 3520d6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/CONTRIBUTING.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ And, if you want to always use it, feel free to install the git hook provided in
3232
The steps to make a Conan.io release are:
3333

3434
```bash
35-
conan delete '*' # optional, I like to be clean
36-
35+
conan remove '*' # optional, I like to be clean
3736
conan create . cliutils/stable
3837
conan upload "*" -r cli11 --all
3938
```

0 commit comments

Comments
 (0)