From 19ba3401054c51b480ac4e44eae18c90fbd6d508 Mon Sep 17 00:00:00 2001 From: brooke Date: Tue, 18 Jul 2023 00:32:22 -0400 Subject: [PATCH] fix submodule, add instructions --- .gitmodules | 3 +++ README.md | 13 ++++++++++--- homer-icons => logos | 0 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 .gitmodules rename homer-icons => logos (100%) 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