Restructure readme
This commit is contained in:
parent
c6b4e581fe
commit
899d1e8a26
1 changed files with 4 additions and 4 deletions
|
@ -11,6 +11,8 @@ A time tracking platform that allows users to track their time and generate repo
|
||||||
|
|
||||||
## Build Instructions
|
## Build Instructions
|
||||||
|
|
||||||
|
The full build instruction is available [here](./BUILD.md).
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
|
|
||||||
- [Go](https://go.dev/)
|
- [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
|
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
|
```bash
|
||||||
sudo apt install -y make golang nodejs podman
|
sudo apt install -y make golang nodejs podman
|
||||||
sudo apt install -y just # For Ubuntu
|
sudo apt install -y just # For Ubuntu
|
||||||
```
|
```
|
||||||
|
|
||||||
Arch Linux & derivatives:
|
[Arch Linux](https://archlinux.org/) & derivatives:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S make go nodejs npm podman just
|
sudo pacman -S make go nodejs npm podman just
|
||||||
```
|
```
|
||||||
|
|
||||||
More detailed build instructions [here](./BUILD.md).
|
|
||||||
|
|
Loading…
Reference in a new issue