3
0
Fork 0

fix submodule, add instructions

This commit is contained in:
brooke 2023-07-18 00:32:22 -04:00
parent 350ca697bd
commit 19ba340105
3 changed files with 13 additions and 3 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "logos"]
path = logos
url = https://github.com/NX211/homer-icons.git

View file

@ -1,5 +1,12 @@
# singlefiledash
Single file dashboard for applications
Displays load time of the dashboard and uptime of applications.
Single file dashboard for applications
Displays load time of the dashboard and uptime of applications.
```
https://git.myco.systems/mycosystems/singlefiledash.git
```
```
git submodule update --init --recursive
```

View file