Skip to content

Commit 3a02e7a

Browse files
committed
docs(readme): update
1 parent ba54979 commit 3a02e7a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## License
44

5+
`AGPL-3.0-or-later`
6+
57
Copyright (c) 2024-2025 Fyra Labs
68

79
This program is free software: you can redistribute it and/or modify
@@ -18,12 +20,8 @@
1820
along with this program. If not, see <https://www.gnu.org/licenses/>.
1921

2022
## Building
21-
Please set `-ldflags '-X main.ver=1.2.3` (insert the correct version)
23+
Please set `-ldflags '-X main.ver=1.2.3'` (insert the correct version)
2224

23-
## Running
25+
## Configurations
2426

25-
```
26-
export DSN="host=localhost user=postgres password=postgres dbname=gura port=5432 sslmode=disable"
27-
export GURA_LISTEN_ADDRESS=":8080"
28-
./gura
29-
```
27+
See `.env.example` to create your own `.env` file.

0 commit comments

Comments
 (0)