From 7d9ecab8b7fc3b2b215a6fae8d4572f728758734 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Fri, 19 Jul 2019 15:31:52 +0200 Subject: [PATCH] Use backquotes for code block for consistency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c18378..d644b9f 100644 --- a/README.md +++ b/README.md @@ -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=` option is mandatory. The GitHub API won't authorize any requests without it.