mirror of
https://github.com/ente-io/ente.git
synced 2025-08-07 23:18:10 +00:00
minor fix: describing markdown syntax type.
This commit is contained in:
parent
0e12a390f4
commit
3244f9d37e
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user