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 @@ -52,34 +52,34 @@ To run the test locally, you will need the following tools:
5252Install all dependencies and development dependencies:
5353
5454``` sh
55- $ eask install-deps --dev
55+ eask install-deps --dev
5656```
5757
5858To test the package's installation:
5959
6060``` sh
61- $ eask package
62- $ eask install
61+ eask package
62+ eask install
6363```
6464
6565To test compilation:
6666
6767``` sh
68- $ eask compile
68+ eask compile
6969```
7070
7171** 🪧 The following steps are optional, but we recommend you follow these lint results!**
7272
7373The built-in ` checkdoc ` linter:
7474
7575``` sh
76- $ eask lint checkdoc
76+ eask lint checkdoc
7777```
7878
7979The standard ` package ` linter:
8080
8181``` sh
82- $ eask lint package
82+ eask lint package
8383```
8484
8585* 📝 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