Skip to content

Commit

Permalink
feat: add suitable readme (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
JieTrancender authored May 17, 2022
1 parent 91de307 commit c5c6703
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# kbm-iam

This is an iam project form kbm.
This is a nsq tool kit project, can consume nsq messages and post to others.


## Run Locally

Clone the project

```bash
git clone git@github.com:JieTrancender/kbm-iam.git
git clone git@github.com:JieTrancender/nsq-tool-kit.git
```

Go to the project directory

```bash
cd kbm-iam
cd nsq-tool-kit
```

Install dependencies
Expand All @@ -26,5 +26,5 @@ Install dependencies
Start the server

```bash
make && ./build/platforms/PLATFORM/ARCH/iam-apiserver -c conf/dev.yaml
make && ./build/platforms/PLATFORM/ARCH/nsq-consumer -c conf/nsq-consumer.yaml
```

0 comments on commit c5c6703

Please sign in to comment.