Skip to content

Commit d1c83b6

Browse files
authored
Update README.md
1 parent a335c3c commit d1c83b6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,34 +37,34 @@ To run the test locally, you will need the following tools:
3737
Install all dependencies and development dependencies:
3838

3939
```sh
40-
$ eask install-deps --dev
40+
eask install-deps --dev
4141
```
4242

4343
To test the package's installation:
4444

4545
```sh
46-
$ eask package
47-
$ eask install
46+
eask package
47+
eask install
4848
```
4949

5050
To test compilation:
5151

5252
```sh
53-
$ eask compile
53+
eask compile
5454
```
5555

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

5858
The built-in `checkdoc` linter:
5959

6060
```sh
61-
$ eask lint checkdoc
61+
eask lint checkdoc
6262
```
6363

6464
The standard `package` linter:
6565

6666
```sh
67-
$ eask lint package
67+
eask lint package
6868
```
6969

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

0 commit comments

Comments
 (0)