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 @@ -41,34 +41,34 @@ To run the test locally, you will need the following tools:
4141Install all dependencies and development dependencies:
4242
4343``` sh
44- $ eask install-deps --dev
44+ eask install-deps --dev
4545```
4646
4747To test the package's installation:
4848
4949``` sh
50- $ eask package
51- $ eask install
50+ eask package
51+ eask install
5252```
5353
5454To test compilation:
5555
5656``` sh
57- $ eask compile
57+ eask compile
5858```
5959
6060** 🪧 The following steps are optional, but we recommend you follow these lint results!**
6161
6262The built-in ` checkdoc ` linter:
6363
6464``` sh
65- $ eask lint checkdoc
65+ eask lint checkdoc
6666```
6767
6868The standard ` package ` linter:
6969
7070``` sh
71- $ eask lint package
71+ eask lint package
7272```
7373
7474* 📝 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