Skip to content

Commit dc906f3

Browse files
authored
Update README.md
1 parent fc78041 commit dc906f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,34 +55,34 @@ To run the test locally, you will need the following tools:
5555
Install all dependencies and development dependencies:
5656

5757
```sh
58-
$ eask install-deps --dev
58+
eask install-deps --dev
5959
```
6060

6161
To test the package's installation:
6262

6363
```sh
64-
$ eask package
65-
$ eask install
64+
eask package
65+
eask install
6666
```
6767

6868
To test compilation:
6969

7070
```sh
71-
$ eask compile
71+
eask compile
7272
```
7373

7474
**🪧 The following steps are optional, but we recommend you follow these lint results!**
7575

7676
The built-in `checkdoc` linter:
7777

7878
```sh
79-
$ eask lint checkdoc
79+
eask lint checkdoc
8080
```
8181

8282
The standard `package` linter:
8383

8484
```sh
85-
$ eask lint package
85+
eask lint package
8686
```
8787

8888
*📝 P.S. For more information, find the Eask manual at https://emacs-eask.github.io/.*

0 commit comments

Comments
 (0)