minor fix: describing markdown syntax type.

This commit is contained in:
mangesh 2024-10-29 13:15:26 +05:30 committed by GitHub
parent 0e12a390f4
commit 3244f9d37e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ createuser -s postgres
## Start Museum
```
```sh
export ENTE_DB_USER=postgres
cd ente/server
go run cmd/museum/main.go
@ -78,7 +78,7 @@ go run cmd/museum/main.go
For live reloads, install [air](https://github.com/air-verse/air#installation). Then you can just call air after declaring the required environment variables. For example,
```
```sh
ENTE_DB_USER=ente_user
air
```