update readme (#37)

pull/38/head
Marcus Kok 1 year ago committed by GitHub
parent 35360d433e
commit 398181ba28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,10 +7,16 @@ git. It aims to abstract away the manual effort of symlinking your dotfiles to c
updating them with git.
## Installation
_requirements: have go installed_
### Build From Source
_Prerequisites_
- [go](https://go.dev/doc/install)
clone the repo and run script to build binary and copy it to your path
```bash
```sh
git clone https://github.com/Marcusk19/dotctl.git
cd dotcl
make install
```

Loading…
Cancel
Save