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 @@ -46,34 +46,34 @@ To run the test locally, you will need the following tools:
4646Install all dependencies and development dependencies:
4747
4848``` sh
49- $ eask install-deps --dev
49+ eask install-deps --dev
5050```
5151
5252To test the package's installation:
5353
5454``` sh
55- $ eask package
56- $ eask install
55+ eask package
56+ eask install
5757```
5858
5959To test compilation:
6060
6161``` sh
62- $ eask compile
62+ eask compile
6363```
6464
6565** 🪧 The following steps are optional, but we recommend you follow these lint results!**
6666
6767The built-in ` checkdoc ` linter:
6868
6969``` sh
70- $ eask lint checkdoc
70+ eask lint checkdoc
7171```
7272
7373The standard ` package ` linter:
7474
7575``` sh
76- $ eask lint package
76+ eask lint package
7777```
7878
7979* 📝 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