Skip to content

Commit a09e4eb

Browse files
authored
Update README.md
1 parent 2cc8c88 commit a09e4eb

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

9898
```sh
99-
$ eask install-deps --dev
99+
eask install-deps --dev
100100
```
101101

102102
To test the package's installation:
103103

104104
```sh
105-
$ eask package
106-
$ eask install
105+
eask package
106+
eask install
107107
```
108108

109109
To test compilation:
110110

111111
```sh
112-
$ eask compile
112+
eask compile
113113
```
114114

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

117117
The built-in `checkdoc` linter:
118118

119119
```sh
120-
$ eask lint checkdoc
120+
eask lint checkdoc
121121
```
122122

123123
The standard `package` linter:
124124

125125
```sh
126-
$ eask lint package
126+
eask lint package
127127
```
128128

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

0 commit comments

Comments
 (0)