diff --git a/README.md b/README.md index 7759850..7f53ea4 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,11 @@ Prerequisites: 1. Git 2. Docker -3. [bkit](https://github.com/nightnoryu/bkit) +3. [brewkit](https://github.com/ispringtech/brewkit) -Firstly, clone the repository into your `$GOPATH`: +Clone the repository: ```shell -mkdir -p $GOPATH/src/github.com/nightnoryu -cd $GOPATH/src/github.com/nightnoryu - git clone git@github.com:nightnoryu/anon3anon.git cd anon3anon ``` @@ -25,7 +22,7 @@ cd anon3anon Then build the project: ```shell -bkit build +brewkit build ``` After that, copy the `docker-compose.override.example.yml` to `docker-compose.override.yml` and set the environment variables: diff --git a/bkit.jsonnet b/brewkit.jsonnet similarity index 54% rename from bkit.jsonnet rename to brewkit.jsonnet index e0579e7..c99ded5 100644 --- a/bkit.jsonnet +++ b/brewkit.jsonnet @@ -1,4 +1,4 @@ -local project = import 'bkit/project.libsonnet'; +local project = import 'brewkit/project.libsonnet'; local appIDs = [ "anon3anon", diff --git a/bkit/images.libsonnet b/brewkit/images.libsonnet similarity index 100% rename from bkit/images.libsonnet rename to brewkit/images.libsonnet diff --git a/bkit/project.libsonnet b/brewkit/project.libsonnet similarity index 98% rename from bkit/project.libsonnet rename to brewkit/project.libsonnet index 9c597a0..ed05469 100644 --- a/bkit/project.libsonnet +++ b/brewkit/project.libsonnet @@ -18,7 +18,7 @@ local gocache = [ { project(appIDs):: { - apiVersion: "bkit/v1", + apiVersion: "brewkit/v1", targets: { all: ["modules", "build", "check"],