Skip to content

Commit d979ebd

Browse files
authored
Update README.md
1 parent de54cc8 commit d979ebd

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
@@ -131,34 +131,34 @@ To run the test locally, you will need the following tools:
131131
Install all dependencies and development dependencies:
132132

133133
```sh
134-
$ eask install-deps --dev
134+
eask install-deps --dev
135135
```
136136

137137
To test the package's installation:
138138

139139
```sh
140-
$ eask package
141-
$ eask install
140+
eask package
141+
eask install
142142
```
143143

144144
To test compilation:
145145

146146
```sh
147-
$ eask compile
147+
eask compile
148148
```
149149

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

152152
The built-in `checkdoc` linter:
153153

154154
```sh
155-
$ eask lint checkdoc
155+
eask lint checkdoc
156156
```
157157

158158
The standard `package` linter:
159159

160160
```sh
161-
$ eask lint package
161+
eask lint package
162162
```
163163

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

0 commit comments

Comments
 (0)