Skip to content

Commit 2dd19ed

Browse files
authored
docs: Clean up $ for copy
1 parent 29ef731 commit 2dd19ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,34 +171,34 @@ To run the test locally, you will need the following tools:
171171
Install all dependencies and development dependencies:
172172

173173
```sh
174-
$ eask install-deps --dev
174+
eask install-deps --dev
175175
```
176176

177177
To test the package's installation:
178178

179179
```sh
180-
$ eask package
181-
$ eask install
180+
eask package
181+
eask install
182182
```
183183

184184
To test compilation:
185185

186186
```sh
187-
$ eask compile
187+
eask compile
188188
```
189189

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

192192
The built-in `checkdoc` linter:
193193

194194
```sh
195-
$ eask lint checkdoc
195+
eask lint checkdoc
196196
```
197197

198198
The standard `package` linter:
199199

200200
```sh
201-
$ eask lint package
201+
eask lint package
202202
```
203203

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

0 commit comments

Comments
 (0)