Skip to content

Commit 2f4936a

Browse files
authored
Update README.md
1 parent cc927b2 commit 2f4936a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -127,34 +127,34 @@ To run the test locally, you will need the following tools:
127127
Install all dependencies and development dependencies:
128128

129129
```sh
130-
$ eask install-deps --dev
130+
eask install-deps --dev
131131
```
132132

133133
To test the package's installation:
134134

135135
```sh
136-
$ eask package
137-
$ eask install
136+
eask package
137+
eask install
138138
```
139139

140140
To test compilation:
141141

142142
```sh
143-
$ eask compile
143+
eask compile
144144
```
145145

146146
**🪧 The following steps are optional, but we recommend you follow these lint results!**
147147

148148
The built-in `checkdoc` linter:
149149

150150
```sh
151-
$ eask lint checkdoc
151+
eask lint checkdoc
152152
```
153153

154154
The standard `package` linter:
155155

156156
```sh
157-
$ eask lint package
157+
eask lint package
158158
```
159159

160160
*📝 P.S. For more information, find the Eask manual at https://emacs-eask.github.io/.*

0 commit comments

Comments
 (0)