mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Show a prompt sign for clarity
This commit is contained in:
+3
-3
@@ -3,7 +3,7 @@
|
||||
## Installing dependencies
|
||||
|
||||
```bash
|
||||
yarn install
|
||||
$ yarn install
|
||||
```
|
||||
|
||||
`npm` doesn't install the correct dependencies for `eslint` so we use `yarn`.
|
||||
@@ -11,11 +11,11 @@ yarn install
|
||||
## Regenerating dist/index.js
|
||||
|
||||
```bash
|
||||
yarn run package
|
||||
$ yarn run package
|
||||
```
|
||||
|
||||
It is recommended to add this as a `git` `pre-commit` hook:
|
||||
|
||||
```bash
|
||||
cp pre-commit .git/hooks/pre-commit
|
||||
$ cp pre-commit .git/hooks/pre-commit
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user