diff options
author | terminaldweller <thabogre@gmail.com> | 2021-02-27 05:06:35 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-02-27 05:06:35 +0000 |
commit | 5310882368a59561634a3a64c7a22e60e1d0cc43 (patch) | |
tree | e276898a3d26e0574cfac63a8ecc671adcdd739d /README.md | |
parent | gitpod fix (diff) | |
download | hived-5310882368a59561634a3a64c7a22e60e1d0cc43.tar.gz hived-5310882368a59561634a3a64c7a22e60e1d0cc43.zip |
updated readme for gitpod
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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/> |