Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
#39 update readme.md
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
  • Loading branch information
evidolob committed Feb 11, 2019
1 parent 7001902 commit ab6b655
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ First you need to build `che-theia-dev` image:

Run in `dockerfiles/theia-dev` dir:
```bash
./build.sh --build-arg:GITHUB_TOKEN=${GITHUB_TOKEN}
./build.sh
```

> `${GITHUB_TOKEN}` there is your GitHub token: [GitHub docs](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)
Then in `dockerfiles/theia` run:

```bash
./build.sh --build-args:GITHUB_TOKEN=${GITHUB_TOKEN},THEIA_VERSION=master --branch:master --git-ref:refs\\/heads\\/master
./build.sh --build-args:THEIA_VERSION=master --branch:master --git-ref:refs\\/heads\\/master
```

That script will clone Theia from master branch and all Che related extensions from theirs master branches.

0 comments on commit ab6b655

Please sign in to comment.