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 @@ -79,34 +79,34 @@ To run the test locally, you will need the following tools:
7979Install all dependencies and development dependencies:
8080
8181``` sh
82- $ eask install-deps --dev
82+ eask install-deps --dev
8383```
8484
8585To test the package's installation:
8686
8787``` sh
88- $ eask package
89- $ eask install
88+ eask package
89+ eask install
9090```
9191
9292To test compilation:
9393
9494``` sh
95- $ eask compile
95+ eask compile
9696```
9797
9898** 🪧 The following steps are optional, but we recommend you follow these lint results!**
9999
100100The built-in ` checkdoc ` linter:
101101
102102``` sh
103- $ eask lint checkdoc
103+ eask lint checkdoc
104104```
105105
106106The standard ` package ` linter:
107107
108108``` sh
109- $ eask lint package
109+ eask lint package
110110```
111111
112112* 📝 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