Skip to content

Commit ec41751

Browse files
authored
Update README.md
1 parent 67ce057 commit ec41751

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

9090
```sh
91-
$ eask install-deps --dev
91+
eask install-deps --dev
9292
```
9393

9494
To test the package's installation:
9595

9696
```sh
97-
$ eask package
98-
$ eask install
97+
eask package
98+
eask install
9999
```
100100

101101
To test compilation:
102102

103103
```sh
104-
$ eask compile
104+
eask compile
105105
```
106106

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

109109
The built-in `checkdoc` linter:
110110

111111
```sh
112-
$ eask lint checkdoc
112+
eask lint checkdoc
113113
```
114114

115115
The standard `package` linter:
116116

117117
```sh
118-
$ eask lint package
118+
eask lint package
119119
```
120120

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

0 commit comments

Comments
 (0)