From 398181ba28832f816f99bbf463da585339f1c16b Mon Sep 17 00:00:00 2001 From: Marcus Kok <47163063+Marcusk19@users.noreply.github.com> Date: Sat, 6 Jul 2024 12:24:57 -0400 Subject: [PATCH] update readme (#37) --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e17a4df..83ad519 100644 --- a/README.md +++ b/README.md @@ -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 ```