Skip to content

Commit dff2cf0

Browse files
authored
Update README.md
1 parent 89012be commit dff2cf0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,34 +34,34 @@ To run the test locally, you will need the following tools:
3434
Install all dependencies and development dependencies:
3535

3636
```sh
37-
$ eask install-deps --dev
37+
eask install-deps --dev
3838
```
3939

4040
To test the package's installation:
4141

4242
```sh
43-
$ eask package
44-
$ eask install
43+
eask package
44+
eask install
4545
```
4646

4747
To test compilation:
4848

4949
```sh
50-
$ eask compile
50+
eask compile
5151
```
5252

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

5555
The built-in `checkdoc` linter:
5656

5757
```sh
58-
$ eask lint checkdoc
58+
eask lint checkdoc
5959
```
6060

6161
The standard `package` linter:
6262

6363
```sh
64-
$ eask lint package
64+
eask lint package
6565
```
6666

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

0 commit comments

Comments
 (0)