2019-12-22 04:26:26 +01:00
|
|
|
# 🔗 LittleLink
|
2023-04-14 16:51:08 +02:00
|
|
|
Fork of [Littlelink](https://github.com/sethcottle/littlelink)
|
2023-04-14 17:12:48 +02:00
|
|
|
|
|
|
|
|
2023-04-14 17:12:58 +02:00
|
|
|
## Edit the Page
|
2023-04-14 17:12:33 +02:00
|
|
|
Fork your own copy
|
|
|
|
Edit the Page on your Gitea/Github/Gitlab etc
|
2023-04-14 17:12:58 +02:00
|
|
|
## Installation
|
2023-04-14 17:12:33 +02:00
|
|
|
```bash
|
2023-04-14 17:55:06 +02:00
|
|
|
cd mylinks
|
|
|
|
sh install.sh
|
2023-04-14 17:12:33 +02:00
|
|
|
```
|
2023-04-14 17:12:58 +02:00
|
|
|
## Update
|
2023-04-14 17:06:50 +02:00
|
|
|
```bash
|
2023-04-14 17:55:06 +02:00
|
|
|
cd mylinks
|
|
|
|
sh update.sh
|
2023-04-14 17:06:50 +02:00
|
|
|
```
|