1
1
Fork 0

Readme is now a bash codeblock

This commit is contained in:
Jo Wroten 2019-08-02 16:17:00 -05:00
parent e7295b594a
commit d84f47d2f1

View file

@ -4,8 +4,10 @@ Designed for Linux (Ubuntu).
## Setup ## Setup
1. Install Git `apt-get install git` ```bash
2. Clone this repo `git clone git@gitlab.com:gaiety/dotfiles.git ~/dotfiles` apt-get install git # May need sudo
3. `cd ~/dotfiles` git clone git@gitlab.com:gaiety/dotfiles.git ~/dotfiles
4. `sudo $0 install.sh` cd ~/dotfiles
$0 install.sh # May need sudo
```