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 @@ -160,34 +160,34 @@ To run the test locally, you will need the following tools:
160160Install all dependencies and development dependencies:
161161
162162``` sh
163- $ eask install-deps --dev
163+ eask install-deps --dev
164164```
165165
166166To test the package's installation:
167167
168168``` sh
169- $ eask package
170- $ eask install
169+ eask package
170+ eask install
171171```
172172
173173To 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
181181The built-in ` checkdoc ` linter:
182182
183183``` sh
184- $ eask lint checkdoc
184+ eask lint checkdoc
185185```
186186
187187The 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/ .*
You can’t perform that action at this time.
0 commit comments