Skip to content

Commit ba5776d

Browse files
authored
Update README.md
1 parent 96195e0 commit ba5776d

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

4040
```sh
41-
$ eask install-deps --dev
41+
eask install-deps --dev
4242
```
4343

4444
To test the package's installation:
4545

4646
```sh
47-
$ eask package
48-
$ eask install
47+
eask package
48+
eask install
4949
```
5050

5151
To test compilation:
5252

5353
```sh
54-
$ eask compile
54+
eask compile
5555
```
5656

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

5959
The built-in `checkdoc` linter:
6060

6161
```sh
62-
$ eask lint checkdoc
62+
eask lint checkdoc
6363
```
6464

6565
The standard `package` linter:
6666

6767
```sh
68-
$ eask lint package
68+
eask lint package
6969
```
7070

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

0 commit comments

Comments
 (0)