Browse Source

change example slightly

pull/1/head
Wesley Kerfoot 7 years ago
parent
commit
3301cb99d6
  1. 12
      README.md

12
README.md

@ -23,14 +23,14 @@ Example:
(with-shell-vars (with-shell-vars
(["FOO" "BAR"]) (["FOO" "BAR"])
(become "alice" (become "alice"
(copy-dir "../myode" "/home/alice/mycode") (copy-dir "../myode" "/home/alice/mycode")
(with-cwd "/home/alice/mycode" (with-cwd "/home/alice/mycode"
(become "root" (become "root"
(exec "pip install pipenv")) (exec "pip install pipenv"))
(with-cwd "project" (with-cwd "project"
(exec "pipenv install"))))))) (exec "pipenv install")))))))
(deploy) (deploy)
``` ```

Loading…
Cancel
Save