Small README correction
This commit is contained in:
parent
53d1d61cc2
commit
4633304b4c
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ $ alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
$ dotfiles checkout
|
$ dotfiles checkout
|
||||||
$ dotfiles config --local status.showUntrackedFiles no
|
$ dotfiles config --local status.showUntrackedFiles no
|
||||||
$ cd .local/share/dotfiles
|
$ cd .local/share/dotfiles
|
||||||
$ poetry run ansible-playbook -i inventory.ini --ask-become-pass install_dev_tools.yml
|
$ poetry install && poetry run ansible-playbook -i inventory.ini --ask-become-pass install_dev_tools.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue