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 @@ -43,34 +43,34 @@ To run the test locally, you will need the following tools:
4343Install all dependencies and development dependencies:
4444
4545``` sh
46- $ eask install-deps --dev
46+ eask install-deps --dev
4747```
4848
4949To test the package's installation:
5050
5151``` sh
52- $ eask package
53- $ eask install
52+ eask package
53+ eask install
5454```
5555
5656To test compilation:
5757
5858``` sh
59- $ eask compile
59+ eask compile
6060```
6161
6262** 🪧 The following steps are optional, but we recommend you follow these lint results!**
6363
6464The built-in ` checkdoc ` linter:
6565
6666``` sh
67- $ eask lint checkdoc
67+ eask lint checkdoc
6868```
6969
7070The standard ` package ` linter:
7171
7272``` sh
73- $ eask lint package
73+ eask lint package
7474```
7575
7676* 📝 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