1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 15:04:16 +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 $ mkdir dotfiles; cd dotfiles
$ git init $ git init
$ git submodule add https://github.com/deadc0de6/dotdrop.git $ git submodule add https://github.com/deadc0de6/dotdrop.git
$ sudo pip3 install -r dotdrop/requirements.txt
$ ./dotdrop/bootstrap.sh $ ./dotdrop/bootstrap.sh
$ ./dotdrop.sh --help $ ./dotdrop.sh --help
``` ```
Then install the requirements: Install the requirements with:
```bash ```bash
$ sudo pip3 install -r dotdrop/requirements.txt $ sudo pip3 install -r dotdrop/requirements.txt
``` ```