Skip to content

Commit 3a6c7c6

Browse files
committed
document the URL for downloading cli releases
1 parent 43259a5 commit 3a6c7c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ cargo run -p tmc-langs-cli help
4040

4141
Format using `cargo fmt`, use `cargo clippy` for linting.
4242

43-
## Deployment
43+
## CLI binary deployment and downloads
4444

45-
Documentation and binaries for the supported targets are built and the binaries deployed to Google Cloud when creating a GitHub release. Each binary uses the release tag as a version number in the filename, for example `tmc-langs-cli-x86_64-unknown-linux-gnu-0.5.0` for the release `0.5.0`.
45+
Documentation and binaries for the supported targets are built and the binaries deployed to Google Cloud when creating a GitHub release. The binaries are available at https://download.mooc.fi/tmc-langs-rust/, with each binary following the file name format `tmc-langs-cli-{target}-{version}(.exe)`, with the `.exe` suffix added for the Windows binaries. For a list of targets see below. For example, The 64-bit Linux binary for version 0.5.0 is available at https://download.mooc.fi/tmc-langs-rust/tmc-langs-cli-x86_64-unknown-linux-gnu-0.5.0.
4646

4747
### Supported targets
4848

0 commit comments

Comments
 (0)