Skip to content

Commit

Permalink
Merge pull request #16 from uxuycom/max-uxuy-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
max-uxuy authored Jan 24, 2024
2 parents 8e9a027 + fa034e3 commit b00e3f0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,15 @@ mysql -uroot -p < db/init_mysql.sql

### Modify config.json

### Build & Install
```
make build install
```

### Build indexer
```
make dev-indexer-build-darwin-arm64
./bin/indexer-alpha-0.0.1 -config config.json
make build install-indexer
indexer -config config.json
```


Expand All @@ -36,8 +41,8 @@ make dev-indexer-build-darwin-arm64

### Build apiserver
```
make dev-apiserver-build-darwin-arm64:
./bin/apiserver-alpha-0.0.1 -config config_jsonrpc.json
make build install-jsonrpc
apiserver -config config_jsonrpc.json
```


Expand Down

0 comments on commit b00e3f0

Please sign in to comment.