We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0286188 commit f9f5d03Copy full SHA for f9f5d03
README.md
@@ -45,10 +45,6 @@ When in doubt, please use the docker setup.
45
46
Alongisde the Vencloud setup, you will also have to setup Redis. This will not be covered here, please refer to the Redis documentation.
47
48
-> [!WARNING]
49
-> At the current moment, Go 21 is not yet supported, you'll need Go 20!
50
-> An easy way to get Go 20 is to run `go install golang.org/dl/go1.20.0@latest` and then use the `go1.20` command instead of `go`
51
-
52
1. Install the [Go programming language](https://go.dev/dl/)
53
2. Build the code: `go build -o backend`
54
3. Start the server:
0 commit comments