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 @@ -67,34 +67,34 @@ To run the test locally, you will need the following tools:
6767Install all dependencies and development dependencies:
6868
6969``` sh
70- $ eask install-deps --dev
70+ eask install-deps --dev
7171```
7272
7373To test the package's installation:
7474
7575``` sh
76- $ eask package
77- $ eask install
76+ eask package
77+ eask install
7878```
7979
8080To test compilation:
8181
8282``` sh
83- $ eask compile
83+ eask compile
8484```
8585
8686** 🪧 The following steps are optional, but we recommend you follow these lint results!**
8787
8888The built-in ` checkdoc ` linter:
8989
9090``` sh
91- $ eask lint checkdoc
91+ eask lint checkdoc
9292```
9393
9494The standard ` package ` linter:
9595
9696``` sh
97- $ eask lint package
97+ eask lint package
9898```
9999
100100* 📝 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