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 @@ -35,34 +35,34 @@ To run the test locally, you will need the following tools:
3535Install all dependencies and development dependencies:
3636
3737``` sh
38- $ eask install-deps --dev
38+ eask install-deps --dev
3939```
4040
4141To test the package's installation:
4242
4343``` sh
44- $ eask package
45- $ eask install
44+ eask package
45+ eask install
4646```
4747
4848To test compilation:
4949
5050``` sh
51- $ eask compile
51+ eask compile
5252```
5353
5454** 🪧 The following steps are optional, but we recommend you follow these lint results!**
5555
5656The built-in ` checkdoc ` linter:
5757
5858``` sh
59- $ eask lint checkdoc
59+ eask lint checkdoc
6060```
6161
6262The standard ` package ` linter:
6363
6464``` sh
65- $ eask lint package
65+ eask lint package
6666```
6767
6868* 📝 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