Skip to content

Commit 22b2da4

Browse files
authored
Update README.md
1 parent 297cdaa commit 22b2da4

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

121121
```sh
122-
$ eask install-deps --dev
122+
eask install-deps --dev
123123
```
124124

125125
To test the package's installation:
126126

127127
```sh
128-
$ eask package
129-
$ eask install
128+
eask package
129+
eask install
130130
```
131131

132132
To test compilation:
133133

134134
```sh
135-
$ eask compile
135+
eask compile
136136
```
137137

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

140140
The built-in `checkdoc` linter:
141141

142142
```sh
143-
$ eask lint checkdoc
143+
eask lint checkdoc
144144
```
145145

146146
The standard `package` linter:
147147

148148
```sh
149-
$ eask lint package
149+
eask lint package
150150
```
151151

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

0 commit comments

Comments
 (0)