Skip to content

Commit 290ba84

Browse files
authored
Update README.md
1 parent 6dccda0 commit 290ba84

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

3737
```sh
38-
$ eask install-deps --dev
38+
eask install-deps --dev
3939
```
4040

4141
To test the package's installation:
4242

4343
```sh
44-
$ eask package
45-
$ eask install
44+
eask package
45+
eask install
4646
```
4747

4848
To test compilation:
4949

5050
```sh
51-
$ eask compile
51+
eask compile
5252
```
5353

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

5656
The built-in `checkdoc` linter:
5757

5858
```sh
59-
$ eask lint checkdoc
59+
eask lint checkdoc
6060
```
6161

6262
The standard `package` linter:
6363

6464
```sh
65-
$ eask lint package
65+
eask lint package
6666
```
6767

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

0 commit comments

Comments
 (0)