Skip to content

Commit 897b3a3

Browse files
committed
update readme publishing instructions
1 parent 23980bb commit 897b3a3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,17 @@ Rename all occurrences within a file
8787

8888
 
8989
## Publishing
90-
- Build a release binary:
90+
- Build an Apple Intel release binary:
9191
```
92-
cargo build --release
92+
cargo build --target x86_64-apple-darwin
9393
```
9494

95-
- Build a linux binary for Codespaces:
95+
- Build an Apple Silicon binary:
96+
```
97+
cargo build --release --target=aarch64-apple-darwin
98+
```
99+
100+
- Build a Linux binary:
96101
```
97102
brew tap messense/macos-cross-toolchains
98103
brew install x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)