Skip to content

Commit 7b273e4

Browse files
authored
Update README.md
1 parent 3b4363e commit 7b273e4

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

9292
```sh
93-
$ eask install-deps --dev
93+
eask install-deps --dev
9494
```
9595

9696
To test the package's installation:
9797

9898
```sh
99-
$ eask package
100-
$ eask install
99+
eask package
100+
eask install
101101
```
102102

103103
To test compilation:
104104

105105
```sh
106-
$ eask compile
106+
eask compile
107107
```
108108

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

111111
The built-in `checkdoc` linter:
112112

113113
```sh
114-
$ eask lint checkdoc
114+
eask lint checkdoc
115115
```
116116

117117
The standard `package` linter:
118118

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

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

0 commit comments

Comments
 (0)