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 @@ -93,34 +93,34 @@ To run the test locally, you will need the following tools:
9393Install all dependencies and development dependencies:
9494
9595``` sh
96- $ eask install-deps --dev
96+ eask install-deps --dev
9797```
9898
9999To test the package's installation:
100100
101101``` sh
102- $ eask package
103- $ eask install
102+ eask package
103+ eask install
104104```
105105
106106To test compilation:
107107
108108``` sh
109- $ eask compile
109+ eask compile
110110```
111111
112112** 🪧 The following steps are optional, but we recommend you follow these lint results!**
113113
114114The built-in ` checkdoc ` linter:
115115
116116``` sh
117- $ eask lint checkdoc
117+ eask lint checkdoc
118118```
119119
120120The standard ` package ` linter:
121121
122122``` sh
123- $ eask lint package
123+ eask lint package
124124```
125125
126126* 📝 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