Skip to content

Commit 802c7e9

Browse files
committed
add homebrew instructions to the README
1 parent 1497fe3 commit 802c7e9

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ I gave a 10-minute lightning talk at [Clojure/conj 2024] about this project:
1010
" target="_blank"><img src="http://img.youtube.com/vi/VhjxvEabOX0/0.jpg"
1111
alt="Introduction to Standard Clojure Style video preview" width="260" height="195" border="10" /></a>
1212

13-
[Clojure/conj 2024]:https://2024.clojure-conj.org/
13+
[Clojure/conj 2024]: https://2024.clojure-conj.org/
14+
15+
## Install via Homebrew
16+
17+
```sh
18+
brew tap oakmac/tap
19+
brew install standard-clj
20+
```
21+
22+
This installs a self-contained binary. No Node.js or Bun install required.
1423

1524
## Project Background and Rationale
1625

@@ -32,9 +41,9 @@ Standard Clojure Style aspires to be the obvious, [boring choice] for formatting
3241
* Fast!
3342
* can format [~100,000 lines of code in under 2 seconds](https://youtu.be/VhjxvEabOX0?t=60)
3443

35-
[Issue #1]:https://github.com/oakmac/standard-clojure-style-js/issues/1
36-
[boring choice]:https://boringtechnology.club/
37-
["Rule 3"]:https://github.com/clj-commons/formatter/issues/9#issuecomment-446167649
44+
[Issue #1]: https://github.com/oakmac/standard-clojure-style-js/issues/1
45+
[boring choice]: https://boringtechnology.club/
46+
["Rule 3"]: https://github.com/clj-commons/formatter/issues/9#issuecomment-446167649
3847

3948
## Try it online for free right now!
4049

0 commit comments

Comments
 (0)