From 9f3da3c8b7fd0e732e4f4ca10143c998ef7bdde8 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 1 Sep 2018 18:00:35 +0200 Subject: [PATCH] update README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 84d628d..b66a784 100644 --- a/README.md +++ b/README.md @@ -91,10 +91,11 @@ to your dotfiles git tree or system-wide [with pypi](#with-pypi). Having dotdrop as a submodule guarantees that anywhere your are cloning your dotfiles git tree from you'll have dotdrop shipped with it. It is the recommended way. -If you want to keep your python environment clean, it is recommended to use +If you want to keep your python environment clean, use the virtualenv installation instructions -(see [As a submodule in a virtualenv](as-a-submodule-in-a-virtualenv) and -[With pypi in a virtualenv](with-pypi-in-a-virtualenv)). +(see [As a submodule in a virtualenv](#as-a-submodule-in-a-virtualenv) and +[With pypi in a virtualenv](#with-pypi-in-a-virtualenv)). +The environment must be loaded before any attempt to use dotdrop. Dotdrop is also available on aur: * stable: https://aur.archlinux.org/packages/dotdrop/ @@ -139,7 +140,7 @@ $ mkdir dotfiles; cd dotfiles $ git init $ git submodule add https://github.com/deadc0de6/dotdrop.git $ virtualenv -p python3 env -$ echo 'env' ยป .gitignore +$ echo 'env' > .gitignore $ source env/bin/activate $ pip install -r dotdrop/requirements.txt $ ./dotdrop/bootstrap.sh