Simpler install one liner.

This commit is contained in:
Artem Sapegin 2012-10-23 15:56:40 +04:00
parent 86c3a26812
commit d13337e536

View File

@ -2,6 +2,11 @@
## Installation ## Installation
```bash
curl dot.sapegin.me | bash
```
or
```bash ```bash
cd ~ && git clone https://github.com/sapegin/dotfiles.git && cd dotfiles && ./sync.py cd ~ && git clone https://github.com/sapegin/dotfiles.git && cd dotfiles && ./sync.py
``` ```