Skip to content

Commit

Permalink
Fix brew install for custom builds (#41)
Browse files Browse the repository at this point in the history
* Fix brew install for custom builds

tap is case sensitive, as already covered in #34

* changed fully to lowercase
  • Loading branch information
vijayaggarwal authored Dec 9, 2023
1 parent 848a983 commit 9ed7372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Musl is specifically engineered to support static binaries.
Other architectures are supported. For example you can build a Raspberry Pi cross-compiler:

```
brew install FiloSottile/musl-cross/musl-cross --without-x86_64 --with-arm-hf
brew install filosottile/musl-cross/musl-cross --without-x86_64 --with-arm-hf
```

You can also use `--with-i486` (x86 32-bit), `--with-aarch64` (ARM 64-bit), `--with-arm` (ARM soft-float), `--with-mips` and `--with-powerpc`.
Expand Down

0 comments on commit 9ed7372

Please sign in to comment.