Skip to content

Commit e382b13

Browse files
authored
Update README.md
1 parent 60eaa94 commit e382b13

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

4848
```sh
49-
$ eask install-deps --dev
49+
eask install-deps --dev
5050
```
5151

5252
To test the package's installation:
5353

5454
```sh
55-
$ eask package
56-
$ eask install
55+
eask package
56+
eask install
5757
```
5858

5959
To test compilation:
6060

6161
```sh
62-
$ eask compile
62+
eask compile
6363
```
6464

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

6767
The built-in `checkdoc` linter:
6868

6969
```sh
70-
$ eask lint checkdoc
70+
eask lint checkdoc
7171
```
7272

7373
The standard `package` linter:
7474

7575
```sh
76-
$ eask lint package
76+
eask lint package
7777
```
7878

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

0 commit comments

Comments
 (0)