Skip to content

Commit

Permalink
docs: update track instructions (#159)
Browse files Browse the repository at this point in the history
Closes #132

Co-authored-by: ee7 <45465154+ee7@users.noreply.github.com>

Co-authored-by: ee7 <45465154+ee7@users.noreply.github.com>
  • Loading branch information
ErikSchierboom and ee7 authored Jan 29, 2021
1 parent fe1bc03 commit 5525ab9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ The `configlet sync` command replaces the functionality of the older `canonical_

## Use in your track

To use the application in your track, you can copy the [`scripts/fetch-configlet`](./scripts/fetch-configlet) and/or [`scripts/fetch-configlet.ps1`](./scripts/fetch-configlet.ps1) files to your track's repository. Running either of these scripts will download the latest version of the `configlet` tool to your track's `bin` directory.
Each track should have a `bin/fetch-configlet` script, and might have a `bin/fetch-configlet.ps1` script too. The first is a bash script, and the second is a PowerShell script.

Running one of these scripts downloads the latest version of configlet to the `bin` directory. You can then use configlet by running `bin/configlet` or `bin/configlet.exe` respectively.

## Contributing

Expand Down

0 comments on commit 5525ab9

Please sign in to comment.