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 @@ -40,34 +40,34 @@ To run the test locally, you will need the following tools:
4040Install all dependencies and development dependencies:
4141
4242``` sh
43- $ eask install-deps --dev
43+ eask install-deps --dev
4444```
4545
4646To test the package's installation:
4747
4848``` sh
49- $ eask package
50- $ eask install
49+ eask package
50+ eask install
5151```
5252
5353To test compilation:
5454
5555``` sh
56- $ eask compile
56+ eask compile
5757```
5858
5959** 🪧 The following steps are optional, but we recommend you follow these lint results!**
6060
6161The built-in ` checkdoc ` linter:
6262
6363``` sh
64- $ eask lint checkdoc
64+ eask lint checkdoc
6565```
6666
6767The standard ` package ` linter:
6868
6969``` sh
70- $ eask lint package
70+ eask lint package
7171```
7272
7373* 📝 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