Skip to content

Commit

Permalink
docs: syntax on example
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Apr 23, 2020
1 parent 75c373b commit 244ca69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/content/quick-start.md
Expand Up @@ -56,9 +56,9 @@ It will be used to deploy releases to your GitHub/GitLab repository.
You can create a token [here](https://github.com/settings/tokens/new) for GitHub or [here](https://gitlab.com/profile/personal_access_tokens) for GitLab.

```sh
$ export GITHUB_TOKEN=`YOUR_GH_TOKEN`
$ export GITHUB_TOKEN="YOUR_GH_TOKEN"
# or
$ export GITLAB_TOKEN=`YOUR_GL_TOKEN`
$ export GITLAB_TOKEN="YOUR_GL_TOKEN"
```

GoReleaser will use the latest
Expand Down

0 comments on commit 244ca69

Please sign in to comment.