Skip to content

Commit ee50f81

Browse files
committed
docs: update readme
1 parent 202d26e commit ee50f81

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ Collection of [pre-commit](https://pre-commit.com/) hooks for scala
99
## Alternative
1010

1111
* [pre-commit-scalafmt](https://github.com/coyainsurance/pre-commit-scalafmt)
12+
* Run scalafmt on compile
1213

1314
## How to upgrade scalafix or scalafmt ?
1415

15-
Download the newer version with `coursier bootstrap` then commit the result
16+
Download the newer version with coursier then commit the result
17+
18+
```bash
19+
cs bootstrap scalafmt -o scalafmt -f
20+
cs bootstrap scalafix -o scalafix -f
21+
```

0 commit comments

Comments
 (0)