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 @@ -88,34 +88,34 @@ To run the test locally, you will need the following tools:
8888Install all dependencies and development dependencies:
8989
9090``` sh
91- $ eask install-deps --dev
91+ eask install-deps --dev
9292```
9393
9494To test the package's installation:
9595
9696``` sh
97- $ eask package
98- $ eask install
97+ eask package
98+ eask install
9999```
100100
101101To test compilation:
102102
103103``` sh
104- $ eask compile
104+ eask compile
105105```
106106
107107** 🪧 The following steps are optional, but we recommend you follow these lint results!**
108108
109109The built-in ` checkdoc ` linter:
110110
111111``` sh
112- $ eask lint checkdoc
112+ eask lint checkdoc
113113```
114114
115115The standard ` package ` linter:
116116
117117``` sh
118- $ eask lint package
118+ eask lint package
119119```
120120
121121* 📝 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