chibisafe_netstorage_middleman : add note

This commit is contained in:
minoplhy 2024-04-10 00:46:26 +07:00
parent 62a93be0fb
commit 898e621610
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF
2 changed files with 4 additions and 3 deletions

View File

@ -5,4 +5,7 @@ how to use this repo?
git clone https://github.com/minoplhy/chibisafe_netstorage_middleman && cd chibisafe_netstorage_middleman
docker compose up -d
```
should be just fine :D
should be just fine :D
~PS.because the whole project was written within 810 hours, so the code might look a bit messy. I'll clean things up when I have time.
~

2
go.mod
View File

@ -1,5 +1,3 @@
module github.com/minoplhy/chibisafe_netstorage_middleman
go 1.22.2
require github.com/joho/godotenv v1.5.1