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 @@ -129,34 +129,34 @@ To run the test locally, you will need the following tools:
129129Install all dependencies and development dependencies:
130130
131131``` sh
132- $ eask install-deps --dev
132+ eask install-deps --dev
133133```
134134
135135To test the package's installation:
136136
137137``` sh
138- $ eask package
139- $ eask install
138+ eask package
139+ eask install
140140```
141141
142142To test compilation:
143143
144144``` sh
145- $ eask compile
145+ eask compile
146146```
147147
148148** 🪧 The following steps are optional, but we recommend you follow these lint results!**
149149
150150The built-in ` checkdoc ` linter:
151151
152152``` sh
153- $ eask lint checkdoc
153+ eask lint checkdoc
154154```
155155
156156The standard ` package ` linter:
157157
158158``` sh
159- $ eask lint package
159+ eask lint package
160160```
161161
162162* 📝 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