Remove mkdir
command examples in favour of new create
directive examples.
This commit is contained in:
parent
85c62c8d88
commit
83c324cb1f
1 changed files with 2 additions and 2 deletions
|
@ -267,8 +267,8 @@ command itself.
|
|||
|
||||
```yaml
|
||||
- shell:
|
||||
- mkdir -p ~/src
|
||||
- [mkdir -p ~/downloads, Creating downloads directory]
|
||||
- chsh -s $(which zsh)
|
||||
- [chsh -s $(which zsh), Making zsh the default shell]
|
||||
-
|
||||
command: read var && echo Your variable is $var
|
||||
stdin: true
|
||||
|
|
Loading…
Reference in a new issue