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 @@ -34,34 +34,34 @@ To run the test locally, you will need the following tools:
3434Install all dependencies and development dependencies:
3535
3636``` sh
37- $ eask install-deps --dev
37+ eask install-deps --dev
3838```
3939
4040To test the package's installation:
4141
4242``` sh
43- $ eask package
44- $ eask install
43+ eask package
44+ eask install
4545```
4646
4747To test compilation:
4848
4949``` sh
50- $ eask compile
50+ eask compile
5151```
5252
5353** 🪧 The following steps are optional, but we recommend you follow these lint results!**
5454
5555The built-in ` checkdoc ` linter:
5656
5757``` sh
58- $ eask lint checkdoc
58+ eask lint checkdoc
5959```
6060
6161The standard ` package ` linter:
6262
6363``` sh
64- $ eask lint package
64+ eask lint package
6565```
6666
6767* 📝 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