Skip to content

Commit 1e23f05

Browse files
authored
Update README.md
1 parent e546fd8 commit 1e23f05

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

131131
```sh
132-
$ eask install-deps --dev
132+
eask install-deps --dev
133133
```
134134

135135
To test the package's installation:
136136

137137
```sh
138-
$ eask package
139-
$ eask install
138+
eask package
139+
eask install
140140
```
141141

142142
To test compilation:
143143

144144
```sh
145-
$ eask compile
145+
eask compile
146146
```
147147

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

150150
The built-in `checkdoc` linter:
151151

152152
```sh
153-
$ eask lint checkdoc
153+
eask lint checkdoc
154154
```
155155

156156
The standard `package` linter:
157157

158158
```sh
159-
$ eask lint package
159+
eask lint package
160160
```
161161

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

0 commit comments

Comments
 (0)