diff --git a/README.md b/README.md index 5a1230f..df44d2c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ A time tracking platform that allows users to track their time and generate repo ## Build Instructions +The full build instruction is available [here](./BUILD.md). + Dependencies: - [Go](https://go.dev/) @@ -25,17 +27,15 @@ If you're on [Fedora](https://fedoraproject.org/)/Red Hat derivatives, this is a sudo dnf install -y make golang nodejs podman just ``` -Any Debian/Ubuntu-based distro: +Any [Debian](https://www.debian.org/)/[Ubuntu](https://ubuntu.com/desktop)-based distro: ```bash sudo apt install -y make golang nodejs podman sudo apt install -y just # For Ubuntu ``` -Arch Linux & derivatives: +[Arch Linux](https://archlinux.org/) & derivatives: ```bash sudo pacman -S make go nodejs npm podman just ``` - -More detailed build instructions [here](./BUILD.md).