From 5a71d1804d49a4745e982f02f3be076f8b83379c Mon Sep 17 00:00:00 2001 From: Drew Davis Date: Sat, 18 Sep 2021 16:08:52 -0400 Subject: [PATCH 1/4] Added support link for project. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 803f728..1c730c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🔗 LittleLink (Docker version) +# LittleLink (Docker version) This project is a fork of [LittleLink](https://github.com/sethcottle/littlelink). I wanted to create a Docker version of this project that is not modify and kept to true original. And that is what I have done here with the exception of creating the docker files in this repo. @@ -27,6 +27,10 @@ docker run -d \ davisdre/littlelink:latest ``` +## Support +If you would like to support this docker build, please feel free to buy me a coffee! +

davisdredotcom

+ ## Versions * **Sep 1, 2021** - Initial pull. From 1bb7a3227f2a719104e72194f82b99318407a23a Mon Sep 17 00:00:00 2001 From: Drew Davis Date: Sat, 18 Sep 2021 16:20:53 -0400 Subject: [PATCH 2/4] updated --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c730c8..2dc555b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ docker run -d \ ## Support If you would like to support this docker build, please feel free to buy me a coffee! -

davisdredotcom

+ +[![Buy me Coffee](https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png)](https://www.buymeacoffee.com/davisdredotcom) ## Versions * **Sep 1, 2021** - Initial pull. From 935ad47b5a7cf51451b1bf61006e1cc5b9212082 Mon Sep 17 00:00:00 2001 From: Drew Davis Date: Sat, 18 Sep 2021 16:38:18 -0400 Subject: [PATCH 3/4] Updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dc555b..30152d8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ docker run -d \ ## Support If you would like to support this docker build, please feel free to buy me a coffee! -[![Buy me Coffee](https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png)](https://www.buymeacoffee.com/davisdredotcom) +[![Buy me Coffee](https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png){:height="50px" width="210px"}](https://www.buymeacoffee.com/davisdredotcom) ## Versions * **Sep 1, 2021** - Initial pull. From b8e0f941401eaad28f2ae066019e5311a6a27415 Mon Sep 17 00:00:00 2001 From: Drew Davis Date: Sat, 18 Sep 2021 16:49:57 -0400 Subject: [PATCH 4/4] Modify Support section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30152d8..335a626 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ docker run -d \ ## Support If you would like to support this docker build, please feel free to buy me a coffee! -[![Buy me Coffee](https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png){:height="50px" width="210px"}](https://www.buymeacoffee.com/davisdredotcom) + ## Versions * **Sep 1, 2021** - Initial pull.