From 4633304b4c8f3f2d6b63945580b0fb8edeaa6ff3 Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Sat, 14 Dec 2024 19:20:40 +0100 Subject: [PATCH] Small README correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0738deb..9b3f1f9 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ $ alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' $ dotfiles checkout $ dotfiles config --local status.showUntrackedFiles no $ 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 ```