Restructure readme

This commit is contained in:
Imbus 2024-02-12 17:36:56 +01:00
parent c6b4e581fe
commit 899d1e8a26

View file

@ -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).