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 @@ -47,34 +47,34 @@ To run the test locally, you will need the following tools:
4747Install all dependencies and development dependencies:
4848
4949``` sh
50- $ eask install-deps --dev
50+ eask install-deps --dev
5151```
5252
5353To test the package's installation:
5454
5555``` sh
56- $ eask package
57- $ eask install
56+ eask package
57+ eask install
5858```
5959
6060To test compilation:
6161
6262``` sh
63- $ eask compile
63+ eask compile
6464```
6565
6666** 🪧 The following steps are optional, but we recommend you follow these lint results!**
6767
6868The built-in ` checkdoc ` linter:
6969
7070``` sh
71- $ eask lint checkdoc
71+ eask lint checkdoc
7272```
7373
7474The standard ` package ` linter:
7575
7676``` sh
77- $ eask lint package
77+ eask lint package
7878```
7979
8080* 📝 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