From 28319e8663e0400f80e5101baaaa6960cb21d32c Mon Sep 17 00:00:00 2001 From: sunny <48156739+sunnydanu@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:19:49 +0530 Subject: [PATCH] Update README.md --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 00847201..49564883 100644 --- a/README.md +++ b/README.md @@ -9,28 +9,22 @@ ## Overview -GoDev.Run is a personal project inspired from [it-tools](https://github.com/CorentinTh/it-tools) by [Corentin Th](https://github.com/CorentinTh). +GoDev.Run is a personal project inspired from [it-tools](https://github.com/CorentinTh/it-tools) by [Corentin Th](https://github.com/CorentinTh). to try what else i can do with javascript and how far we can go in building tools entirely on the client sideā€”no servers needed. -Solutions created for developers. [Have a look !](https://godev.run). +GoDev.Run - Just You and Your Browser [Have a look !](https://godev.run). **From docker hub:** ```sh -docker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it-tools:latest +docker run -d --name it-tools --restart unless-stopped -p 8080:80 sunnydanu/godev-run:latest ``` **From github packages:** ```sh -docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corentinth/it-tools:latest +docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/sunnydanu/godev-run:latest ``` -**Other solutions:** - -- [Cloudron](https://www.cloudron.io/store/tech.ittools.cloudron.html) -- [Tipi](https://www.runtipi.io/docs/apps-available) -- [Unraid](https://unraid.net/community/apps?q=it-tools) - ## Contribute ### Recommended IDE Setup