Skip to content

Commit e8c1ee1

Browse files
authored
Update README.md
1 parent 4193fbe commit e8c1ee1

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

9595
```sh
96-
$ eask install-deps --dev
96+
eask install-deps --dev
9797
```
9898

9999
To test the package's installation:
100100

101101
```sh
102-
$ eask package
103-
$ eask install
102+
eask package
103+
eask install
104104
```
105105

106106
To test compilation:
107107

108108
```sh
109-
$ eask compile
109+
eask compile
110110
```
111111

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

114114
The built-in `checkdoc` linter:
115115

116116
```sh
117-
$ eask lint checkdoc
117+
eask lint checkdoc
118118
```
119119

120120
The standard `package` linter:
121121

122122
```sh
123-
$ eask lint package
123+
eask lint package
124124
```
125125

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

0 commit comments

Comments
 (0)