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 @@ -55,34 +55,34 @@ To run the test locally, you will need the following tools:
5555Install all dependencies and development dependencies:
5656
5757``` sh
58- $ eask install-deps --dev
58+ eask install-deps --dev
5959```
6060
6161To test the package's installation:
6262
6363``` sh
64- $ eask package
65- $ eask install
64+ eask package
65+ eask install
6666```
6767
6868To test compilation:
6969
7070``` sh
71- $ eask compile
71+ eask compile
7272```
7373
7474** 🪧 The following steps are optional, but we recommend you follow these lint results!**
7575
7676The built-in ` checkdoc ` linter:
7777
7878``` sh
79- $ eask lint checkdoc
79+ eask lint checkdoc
8080```
8181
8282The standard ` package ` linter:
8383
8484``` sh
85- $ eask lint package
85+ eask lint package
8686```
8787
8888* 📝 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