Skip to content
This repository was archived by the owner on Oct 12, 2020. It is now read-only.

Commit

Permalink
Use backquotes for code block for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi authored and Ullaakut committed Jul 19, 2019
1 parent 8fda372 commit 7d9ecab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ In order to use Astronomer, you'll need a GitHub token with `repo` read rights.

Run the astronomer docker image like such:

~~~bash
```bash
docker run --rm -t -e GITHUB_TOKEN=$TOKEN -v "/path/to/cache:/data" ullaakut/astronomer repositoryOwner/repositoryName
~~~
```

* The `-t` flag allows you to get a colored output. You can remove it from the command line if you don't care about this.
* The `-e GITHUB_TOKEN=<your_token>` option is mandatory. The GitHub API won't authorize any requests without it.
Expand Down

0 comments on commit 7d9ecab

Please sign in to comment.