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 @@ -96,34 +96,34 @@ To run the test locally, you will need the following tools:
9696Install all dependencies and development dependencies:
9797
9898``` sh
99- $ eask install-deps --dev
99+ eask install-deps --dev
100100```
101101
102102To test the package's installation:
103103
104104``` sh
105- $ eask package
106- $ eask install
105+ eask package
106+ eask install
107107```
108108
109109To test compilation:
110110
111111``` sh
112- $ eask compile
112+ eask compile
113113```
114114
115115** 🪧 The following steps are optional, but we recommend you follow these lint results!**
116116
117117The built-in ` checkdoc ` linter:
118118
119119``` sh
120- $ eask lint checkdoc
120+ eask lint checkdoc
121121```
122122
123123The standard ` package ` linter:
124124
125125``` sh
126- $ eask lint package
126+ eask lint package
127127```
128128
129129* 📝 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