Mon Jun 26 15:25:26 CEST 2023

This commit is contained in:
mnjx
2023-06-26 17:23:38 +02:00
parent 12992cac1f
commit 8f2d230daa
4 changed files with 21 additions and 19 deletions
+7 -5
View File
@@ -19,14 +19,16 @@ Insiration was taken from [@JakubAndrysek](https://github.com/JakubAndrysek)'s [
**Clone the repo**
HTTPS: `git clone https://github.com/mnjx/solen`
SSH: `git clone git@github.com:mnjx/solen.git`
| Method | Command |
| ------ | ----------------------------------------- |
| HTTPS | `git clone https://github.com/mnjx/solen` |
| SSH | `git clone git@github.com:mnjx/solen.git` |
**Navigate into the repo directory**
`cd solen`
**Install** *(superuser privileges required)*
**Install**
`sudo make install`
@@ -34,8 +36,8 @@ SSH: `git clone git@github.com:mnjx/solen.git`
| Location | Command |
| ------------------------------ | ---------- |
| From the repo folder: | `make run` |
| From anywhere on the computer: | `solen` |
| From the repo folder | `make run` |
| From anywhere on the computer | `solen` |
# Usage