Skip to content

Commit

Permalink
Merge pull request #342 from humanmade/updated-mutagen-beta
Browse files Browse the repository at this point in the history
Update Mutagen Docs for Beta v7
  • Loading branch information
roborourke authored Sep 20, 2021
2 parents 9fe387f + 31ddbbc commit 2e0aa68
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/mutagen-file-sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,29 @@ Local Server provides an experimental integration with Mutagen to improve the pe

## Installation

To get started you will need to [install Mutagen Beta](https://mutagen.io/documentation/introduction/installation#development-channels). The beta version has integrated `docker-compose` orchestration support through the `mutagen compose` command.
To get started you will need to [install Mutagen Beta](https://mutagen.io/documentation/introduction/installation#development-channels). The beta version has integrated `docker compose` orchestration support through the `mutagen compose` command.

### MacOS

The easiest way to install Mutagen on Mac is using [HomeBrew](https://brew.sh/).

- With HomeBrew: `brew install mutagen-io/mutagen/mutagen-beta`
- [Mac build](https://github.com/mutagen-io/mutagen/releases/download/v0.12.0-beta2/mutagen_darwin_amd64_v0.12.0-beta2.tar.gz)
- [Mac - Intel build (v0.12.0-beta7)](https://github.com/mutagen-io/mutagen/releases/download/v0.12.0-beta7/mutagen_darwin_amd64_v0.12.0-beta7.tar.gz)
- [Mac - ARM Build (v0.12.0-beta7))](https://github.com/mutagen-io/mutagen/releases/download/v0.12.0-beta7/mutagen_darwin_arm64_v0.12.0-beta7.tar.gz)

If using the download directly open the zipped file and copy the `mutagen` file to your `/usr/local/bin` directory. The `mutagen` command should now be available in your terminal.

### Windows

- [32-bit build](https://github.com/mutagen-io/mutagen/releases/download/v0.12.0-beta2/mutagen_windows_386_v0.12.0-beta2.zip)
- [64-bit build](https://github.com/mutagen-io/mutagen/releases/download/v0.12.0-beta2/mutagen_windows_amd64_v0.12.0-beta2.zip)
- [ARM build](https://github.com/mutagen-io/mutagen/releases/download/v0.12.0-beta2/mutagen_windows_arm_v0.12.0-beta2.zip)
- [32-bit build](https://github.com/mutagen-io/mutagen/releases/download/v0.12.0-beta7/mutagen_windows_386_v0.12.0-beta7.zip)
- [64-bit build](https://github.com/mutagen-io/mutagen/releases/download/v0.12.0-beta7/mutagen_windows_amd64_v0.12.0-beta7.zip)
- [ARM build](https://github.com/mutagen-io/mutagen/releases/download/v0.12.0-beta7/mutagen_windows_arm_v0.12.0-beta7.zip)

Once downloaded open the zip file and run `mutagen.exe` then follow the prompts on screen.

### Other Operating Systems

For all other operating systems check the [beta release assets list for the appropriate build](https://github.com/mutagen-io/mutagen/releases/tag/v0.12.0-beta2).
For all other operating systems check the [beta release assets list for the appropriate build](https://github.com/mutagen-io/mutagen/releases/tag/v0.12.0-beta7).

## Activating Mutagen

Expand Down

0 comments on commit 2e0aa68

Please sign in to comment.