1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00

Update README.md

This commit is contained in:
deadc0de
2018-02-02 17:15:12 +01:00
committed by GitHub
parent 955b4726a4
commit be00934148

View File

@@ -91,11 +91,12 @@ keep dotdrop as a submodules:
$ mkdir dotfiles; cd dotfiles
$ git init
$ git submodule add https://github.com/deadc0de6/dotdrop.git
$ sudo pip3 install -r dotdrop/requirements.txt
$ ./dotdrop/bootstrap.sh
$ ./dotdrop.sh --help
```
Then install the requirements:
Install the requirements with:
```bash
$ sudo pip3 install -r dotdrop/requirements.txt
```