aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-02-27 05:06:35 +0000
committerterminaldweller <thabogre@gmail.com>2021-02-27 05:06:35 +0000
commit5310882368a59561634a3a64c7a22e60e1d0cc43 (patch)
treee276898a3d26e0574cfac63a8ecc671adcdd739d
parentgitpod fix (diff)
downloadhived-5310882368a59561634a3a64c7a22e60e1d0cc43.tar.gz
hived-5310882368a59561634a3a64c7a22e60e1d0cc43.zip
updated readme for gitpod
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5f55cc2..0582f08 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,9 @@ CHANGELLY_API_SECRET:"my-changelly-api-secret"
If you want to use docker-compose, it's as simple as running `docker-compose up`. You just need to provide the files. You can check the file names in the docker-compose file.<br/>
Both the server itself and the redis image are alpine-based so they're pretty small.<br/>
+## Gitpod
+`hived` is gitpod-ready. Gitpod might need to install some go lsp tools once it is loaded. You will get prompted for those.<br/>
+
## Docs
You can find the swagger and postman docs under `/api`.<br/>