Skip to content

Commit

Permalink
Remove Homebrew from readme
Browse files Browse the repository at this point in the history
It just creates problems for us from people forgetting they used brew to install elan
  • Loading branch information
Kha authored Jun 6, 2024
1 parent 71ddc66 commit 69fcc98
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,9 @@ Alternatively, on **any supported platform**: Grab the [latest release](https://

The installation will tell you where it will install elan to (`~/.elan` by default), and also ask you about editing your shell config to extend `PATH`. elan can be uninstalled via `elan self uninstall`, which should revert these changes.

## Homebrew

```bash
$ brew install elan-init
```

Please note that native macOS/aarch64 releases are unavailable for some toolchains. See [Manual Installation](#manual-installation) for more information.

## Nix
## NixOS

The toolchains downloaded by elan require some patching on NixOS, which is done automatically by the version available in Nixpkgs.
```bash
$ nix-env -iA nixpkgs.elan
```
Expand Down

0 comments on commit 69fcc98

Please sign in to comment.