From 899d1e8a26219e8980d79d9177033390cf37aef0 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Mon, 12 Feb 2024 17:36:56 +0100 Subject: [PATCH] Restructure readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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).