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 @@ -54,34 +54,34 @@ To run the test locally, you will need the following tools:
5454Install all dependencies and development dependencies:
5555
5656``` sh
57- $ eask install-deps --dev
57+ eask install-deps --dev
5858```
5959
6060To test the package's installation:
6161
6262``` sh
63- $ eask package
64- $ eask install
63+ eask package
64+ eask install
6565```
6666
6767To test compilation:
6868
6969``` sh
70- $ eask compile
70+ eask compile
7171```
7272
7373** 🪧 The following steps are optional, but we recommend you follow these lint results!**
7474
7575The built-in ` checkdoc ` linter:
7676
7777``` sh
78- $ eask lint checkdoc
78+ eask lint checkdoc
7979```
8080
8181The standard ` package ` linter:
8282
8383``` sh
84- $ eask lint package
84+ eask lint package
8585```
8686
8787* 📝 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