Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-kg committed Jul 20, 2024
1 parent e793ded commit 776dbbc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,29 @@ Roadmap [here](TODO.md)

## Development

### Install go on `Ubuntu 24.04 LTS`

```shell
$ snap install go --classic
```

also you will need docker

### Build and start from source code

```shell
$ make run-db
...
$ make build
$ ./main
```

And then open
http://localhost:4102/

Default admin credentials: admin/admin


### Install requirements

```shell
Expand Down

0 comments on commit 776dbbc

Please sign in to comment.