fix submodule, add instructions
This commit is contained in:
parent
350ca697bd
commit
19ba340105
3 changed files with 13 additions and 3 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "logos"]
|
||||||
|
path = logos
|
||||||
|
url = https://github.com/NX211/homer-icons.git
|
|
@ -3,3 +3,10 @@
|
||||||
Single file dashboard for applications
|
Single file dashboard for applications
|
||||||
|
|
||||||
Displays load time of the dashboard and uptime of applications.
|
Displays load time of the dashboard and uptime of applications.
|
||||||
|
|
||||||
|
```
|
||||||
|
https://git.myco.systems/mycosystems/singlefiledash.git
|
||||||
|
```
|
||||||
|
```
|
||||||
|
git submodule update --init --recursive
|
||||||
|
```
|
||||||
|
|
Reference in a new issue