Compare commits

...

2 Commits
0.1.1 ... main

Author SHA1 Message Date
Valentin f830345c82
no more domain 2025-08-15 19:05:42 +02:00
itsmrval 2490bab1cd fix(README) correct url 2024-08-02 15:28:20 +02:00
1 changed files with 1 additions and 3 deletions

View File

@ -10,8 +10,6 @@
Simple and lightwell url shortener running GO. Simple and lightwell url shortener running GO.
<br /> <br />
<br /> <br />
<a href="https://lts.ninja">Explore demo</a>
·
<a href="https://github.com/itsmrval/ltsninja/issues">Report Bug</a> <a href="https://github.com/itsmrval/ltsninja/issues">Report Bug</a>
· ·
<a href="https://github.com/itsmrval/ltsninja/pulls">Pull request</a> <a href="https://github.com/itsmrval/ltsninja/pulls">Pull request</a>
@ -83,7 +81,7 @@ Now let's see how to set up an ltsNinja instance.
``` ```
2. Download the latest release and apply permissions 2. Download the latest release and apply permissions
```sh ```sh
wget -O ltsNinja https://github.com/itsmrval/ltsNinja/releases/download/0.1.0/ltsNinja_linux_amd64 wget -O ltsNinja https://github.com/itsmrval/ltsNinja/releases/download/0.1.1/ltsNinja_linux_amd64
chmod +x ltsNinja chmod +x ltsNinja
``` ```
3. Create the service on systemd 3. Create the service on systemd