Skip to content

Commit 16245b1

Browse files
authored
Update README.md
1 parent 05c3f57 commit 16245b1

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
@@ -42,34 +42,34 @@ To run the test locally, you will need the following tools:
4242
Install all dependencies and development dependencies:
4343

4444
```sh
45-
$ eask install-deps --dev
45+
eask install-deps --dev
4646
```
4747

4848
To test the package's installation:
4949

5050
```sh
51-
$ eask package
52-
$ eask install
51+
eask package
52+
eask install
5353
```
5454

5555
To test compilation:
5656

5757
```sh
58-
$ eask compile
58+
eask compile
5959
```
6060

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

6363
The built-in `checkdoc` linter:
6464

6565
```sh
66-
$ eask lint checkdoc
66+
eask lint checkdoc
6767
```
6868

6969
The standard `package` linter:
7070

7171
```sh
72-
$ eask lint package
72+
eask lint package
7373
```
7474

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

0 commit comments

Comments
 (0)