Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: William <[email protected]>
  • Loading branch information
kwesidev committed Jan 29, 2024
1 parent d7f1eee commit c31bb78
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,15 @@ An API-only standalone authentication server that streamlines the user authentic
make buildserver
```

## Run
If you docker engine installed run the following command :
## Docker
If you have docker engine installed run the following command :
```
docker compose -f docker-compose-dev.yml up
```

## Minikube Cluster
```
minikube start cluster
kubectl apply -f kubernetes_local/
```

0 comments on commit c31bb78

Please sign in to comment.