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 @@ -38,34 +38,34 @@ To run the test locally, you will need the following tools:
3838Install all dependencies and development dependencies:
3939
4040``` sh
41- $ eask install-deps --dev
41+ eask install-deps --dev
4242```
4343
4444To test the package's installation:
4545
4646``` sh
47- $ eask package
48- $ eask install
47+ eask package
48+ eask install
4949```
5050
5151To test compilation:
5252
5353``` sh
54- $ eask compile
54+ eask compile
5555```
5656
5757** 🪧 The following steps are optional, but we recommend you follow these lint results!**
5858
5959The built-in ` checkdoc ` linter:
6060
6161``` sh
62- $ eask lint checkdoc
62+ eask lint checkdoc
6363```
6464
6565The standard ` package ` linter:
6666
6767``` sh
68- $ eask lint package
68+ eask lint package
6969```
7070
7171* 📝 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