fix(readme): add source .env to native instructions
This commit is contained in:
@@ -45,4 +45,9 @@ Don't forget to direct your terminal to the Vencloud directory, e.g. via `cd Ven
|
||||
|
||||
1. Install the [Go programming language](https://go.dev/dl/)
|
||||
2. Build the code: `go build -o backend`
|
||||
3. Start the server: `./backend`
|
||||
3. Start the server:
|
||||
```sh
|
||||
source .env
|
||||
|
||||
./backend
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user