Skip to content

Commit 92b922f

Browse files
authored
Update README.md
1 parent c1c9a15 commit 92b922f

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

162162
```sh
163-
$ eask install-deps --dev
163+
eask install-deps --dev
164164
```
165165

166166
To test the package's installation:
167167

168168
```sh
169-
$ eask package
170-
$ eask install
169+
eask package
170+
eask install
171171
```
172172

173173
To test compilation:
174174

175175
```sh
176-
$ eask compile
176+
eask compile
177177
```
178178

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

181181
The built-in `checkdoc` linter:
182182

183183
```sh
184-
$ eask lint checkdoc
184+
eask lint checkdoc
185185
```
186186

187187
The standard `package` linter:
188188

189189
```sh
190-
$ eask lint package
190+
eask lint package
191191
```
192192

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

0 commit comments

Comments
 (0)