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 @@ -90,34 +90,34 @@ To run the test locally, you will need the following tools:
9090Install all dependencies and development dependencies:
9191
9292``` sh
93- $ eask install-deps --dev
93+ eask install-deps --dev
9494```
9595
9696To test the package's installation:
9797
9898``` sh
99- $ eask package
100- $ eask install
99+ eask package
100+ eask install
101101```
102102
103103To test compilation:
104104
105105``` sh
106- $ eask compile
106+ eask compile
107107```
108108
109109** 🪧 The following steps are optional, but we recommend you follow these lint results!**
110110
111111The built-in ` checkdoc ` linter:
112112
113113``` sh
114- $ eask lint checkdoc
114+ eask lint checkdoc
115115```
116116
117117The standard ` package ` linter:
118118
119119``` sh
120- $ eask lint package
120+ eask lint package
121121```
122122
123123* 📝 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