Skip to content

Commit 0daf3d0

Browse files
authored
Update README.md
1 parent 2e343f0 commit 0daf3d0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If you not use `cppcheck`. You have need to change `flycheck-add-next-checker`.
5353
### Install `cpplint` through `pip`
5454

5555
```
56-
$ pip install cpplint
56+
pip install cpplint
5757
```
5858

5959
*P.S. Make sure cpplint is in your environment path settings*
@@ -80,34 +80,34 @@ To run the test locally, you will need the following tools:
8080
Install all dependencies and development dependencies:
8181

8282
```sh
83-
$ eask install-deps --dev
83+
eask install-deps --dev
8484
```
8585

8686
To test the package's installation:
8787

8888
```sh
89-
$ eask package
90-
$ eask install
89+
eask package
90+
eask install
9191
```
9292

9393
To test compilation:
9494

9595
```sh
96-
$ eask compile
96+
eask compile
9797
```
9898

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

101101
The built-in `checkdoc` linter:
102102

103103
```sh
104-
$ eask lint checkdoc
104+
eask lint checkdoc
105105
```
106106

107107
The standard `package` linter:
108108

109109
```sh
110-
$ eask lint package
110+
eask lint package
111111
```
112112

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

0 commit comments

Comments
 (0)