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 @@ -39,34 +39,34 @@ To run the test locally, you will need the following tools:
3939Install all dependencies and development dependencies:
4040
4141``` sh
42- $ eask install-deps --dev
42+ eask install-deps --dev
4343```
4444
4545To test the package's installation:
4646
4747``` sh
48- $ eask package
49- $ eask install
48+ eask package
49+ eask install
5050```
5151
5252To test compilation:
5353
5454``` sh
55- $ eask compile
55+ eask compile
5656```
5757
5858** 🪧 The following steps are optional, but we recommend you follow these lint results!**
5959
6060The built-in ` checkdoc ` linter:
6161
6262``` sh
63- $ eask lint checkdoc
63+ eask lint checkdoc
6464```
6565
6666The standard ` package ` linter:
6767
6868``` sh
69- $ eask lint package
69+ eask lint package
7070```
7171
7272* 📝 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