dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 596c760c14542c520fd4b1652a1499f77c851a80
parent 21deed9e71f41f7a66bc02f791a3b01964dd7179
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu, 10 Nov 2022 00:08:37 -0800

readme

Diffstat:
Mreadme.md | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/readme.md b/readme.md @@ -1,5 +1,15 @@ # How to run +Install go-bindata +``` +go install github.com/jteeuwen/go-bindata/...@latest +``` + +Download dependencies +``` +go mod vendor +``` + ## Run at least once ```