Readme is now a bash codeblock
This commit is contained in:
parent
e7295b594a
commit
d84f47d2f1
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue