diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a650628 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "logos"] + path = logos + url = https://github.com/NX211/homer-icons.git diff --git a/README.md b/README.md index c9b9668..e923c8d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # singlefiledash -Single file dashboard for applications - -Displays load time of the dashboard and uptime of applications. \ No newline at end of file +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 +``` diff --git a/homer-icons b/logos similarity index 100% rename from homer-icons rename to logos