Skip to content

Commit e47af72

Browse files
authored
Update README.md
1 parent 611c607 commit e47af72

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,34 +196,34 @@ To run the test locally, you will need the following tools:
196196
Install all dependencies and development dependencies:
197197

198198
```sh
199-
$ eask install-deps --dev
199+
eask install-deps --dev
200200
```
201201

202202
To test the package's installation:
203203

204204
```sh
205-
$ eask package
206-
$ eask install
205+
eask package
206+
eask install
207207
```
208208

209209
To test compilation:
210210

211211
```sh
212-
$ eask compile
212+
eask compile
213213
```
214214

215-
**The following steps are optional, but we recommend you follow these lint results!**
215+
**🪧 The following steps are optional, but we recommend you follow these lint results!**
216216

217217
The built-in `checkdoc` linter:
218218

219219
```sh
220-
$ eask lint checkdoc
220+
eask lint checkdoc
221221
```
222222

223223
The standard `package` linter:
224224

225225
```sh
226-
$ eask lint package
226+
eask lint package
227227
```
228228

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

0 commit comments

Comments
 (0)