File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -199,34 +199,34 @@ To run the test locally, you will need the following tools:
199199Install all dependencies and development dependencies:
200200
201201``` sh
202- $ eask install-deps --dev
202+ eask install-deps --dev
203203```
204204
205205To test the package's installation:
206206
207207``` sh
208- $ eask package
209- $ eask install
208+ eask package
209+ eask install
210210```
211211
212212To test compilation:
213213
214214``` sh
215- $ eask compile
215+ eask compile
216216```
217217
218218** 🪧 The following steps are optional, but we recommend you follow these lint results!**
219219
220220The built-in ` checkdoc ` linter:
221221
222222``` sh
223- $ eask lint checkdoc
223+ eask lint checkdoc
224224```
225225
226226The standard ` package ` linter:
227227
228228``` sh
229- $ eask lint package
229+ eask lint package
230230```
231231
232232* 📝 P.S. For more information, find the Eask manual at https://emacs-eask.github.io/ .*
You can’t perform that action at this time.
0 commit comments