fix(readme): fix .env loading in native instructions
This commit is contained in:
@@ -47,7 +47,8 @@ Don't forget to direct your terminal to the Vencloud directory, e.g. via `cd Ven
|
|||||||
2. Build the code: `go build -o backend`
|
2. Build the code: `go build -o backend`
|
||||||
3. Start the server:
|
3. Start the server:
|
||||||
```sh
|
```sh
|
||||||
source .env
|
# Load the .env file
|
||||||
|
export $(grep -v '^#' .env | xargs)
|
||||||
|
|
||||||
./backend
|
./backend
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user