Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ See [https://crates.io/crates/pretty_env_logger](https://crates.io/crates/pretty

## Downloading Binary
Statically linked compiled binaries are available for download.
Visit the releases page at [https://gitlab.com/DeveloperC/monkey_interpreter/-/releases](https://gitlab.com/DeveloperC/monkey_interpreter/-/releases) to see all the releases, the release notes contains links to binary downloads for various architectures.
Visit the releases page at [https://github.com/DeveloperC286/monkey_interpreter/releases](https://github.com/DeveloperC286/monkey_interpreter/releases) to see all the releases, the release notes contains links to binary downloads for various architectures.

If you do not trust the provided binaries another option is to compile your own and then make it available for remote download, so your CICD etc can then download it.

Expand All @@ -47,7 +47,7 @@ Checkout the code repository locally, change into the repository's directory and
Using the `--release` flag produces an optimised binary but takes longer to compile.

```sh
git clone git@gitlab.com:DeveloperC/monkey_interpreter.git
git clone git@github.com:DeveloperC286/monkey_interpreter.git
cd monkey_interpreter/
cargo build --release
```
Expand Down
Loading