Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
disjukr committed Jun 11, 2021
1 parent 8acb1a0 commit e741043
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
cli utilities for riiid engineering

- [keycloak](./keycloak/README.md)

## Installation

```sh
brew tap riiid/riiid
brew install toolbelt
```
8 changes: 8 additions & 0 deletions keycloak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Extract the rpc -> keycloak group mapping from the protobuf schema.

### 설치 Installation

[toolbelt][toolbelt]를 설치하면 바로 사용할 수 있습니다.

Install the [toolbelt][toolbelt] and you're ready to go.

[toolbelt]: ../README.md#Installation

#### 직접 설치 Manual installation

```sh
git clone [email protected]:riiid/toolbelt.git
deno install -n riiid-extract-keycloak-groups -A --unstable toolbelt/keycloak/extract-group-mapping-from-proto-services.ts
Expand Down

0 comments on commit e741043

Please sign in to comment.