fix a small copy/paste error

pull/376/head
skorpi 3 years ago committed by GitHub
parent 692356937e
commit f7619c8dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -269,7 +269,7 @@ Write the server code.
1. Launch a new VS Code Terminal by selecting *Terminal -> New Terminal, or pressing `` CTRL+` ``. The new terminal will load the virtual environment, with the call to activate this appearing in the terminal. The name of the virtual environment (`.venv`) will also be in the prompt:
```output
➜ nightlight source .venv/bin/activate
➜ nightlight-server source .venv/bin/activate
(.venv) ➜ nightlight
```

Loading…
Cancel
Save