Skip to content

Commit

Permalink
Merge pull request #8 from AAStarCommunity/chao/chore-update-readme
Browse files Browse the repository at this point in the history
chore: update readme
  • Loading branch information
fanhousanbu authored Apr 27, 2024
2 parents 0c293dc + 89e7b75 commit 294f3a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ A decentration community node for AirAccount

> TBD
## Prepare

### Pgsql

```shell
docker run --name community_node -e POSTGRES_PASSWORD=mypassword -d -p 5432:5432 postgres
```

## Quick Start

### 1. Swagger
Expand Down

0 comments on commit 294f3a5

Please sign in to comment.