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 @@ -171,34 +171,34 @@ To run the test locally, you will need the following tools:
171171Install all dependencies and development dependencies:
172172
173173``` sh
174- $ eask install-deps --dev
174+ eask install-deps --dev
175175```
176176
177177To test the package's installation:
178178
179179``` sh
180- $ eask package
181- $ eask install
180+ eask package
181+ eask install
182182```
183183
184184To test compilation:
185185
186186``` sh
187- $ eask compile
187+ eask compile
188188```
189189
190190** 🪧 The following steps are optional, but we recommend you follow these lint results!**
191191
192192The built-in ` checkdoc ` linter:
193193
194194``` sh
195- $ eask lint checkdoc
195+ eask lint checkdoc
196196```
197197
198198The standard ` package ` linter:
199199
200200``` sh
201- $ eask lint package
201+ eask lint package
202202```
203203
204204* 📝 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