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 @@ -42,34 +42,34 @@ To run the test locally, you will need the following tools:
4242Install all dependencies and development dependencies:
4343
4444``` sh
45- $ eask install-deps --dev
45+ eask install-deps --dev
4646```
4747
4848To test the package's installation:
4949
5050``` sh
51- $ eask package
52- $ eask install
51+ eask package
52+ eask install
5353```
5454
5555To test compilation:
5656
5757``` sh
58- $ eask compile
58+ eask compile
5959```
6060
6161** 🪧 The following steps are optional, but we recommend you follow these lint results!**
6262
6363The built-in ` checkdoc ` linter:
6464
6565``` sh
66- $ eask lint checkdoc
66+ eask lint checkdoc
6767```
6868
6969The standard ` package ` linter:
7070
7171``` sh
72- $ eask lint package
72+ eask lint package
7373```
7474
7575* 📝 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