Skip to content

Commit 6fef888

Browse files
authored
docs: Clean up $ for copy
1 parent 4f666bd commit 6fef888

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -54,34 +54,34 @@ To run the test locally, you will need the following tools:
5454
Install all dependencies and development dependencies:
5555

5656
```sh
57-
$ eask install-deps --dev
57+
eask install-deps --dev
5858
```
5959

6060
To test the package's installation:
6161

6262
```sh
63-
$ eask package
64-
$ eask install
63+
eask package
64+
eask install
6565
```
6666

6767
To test compilation:
6868

6969
```sh
70-
$ eask compile
70+
eask compile
7171
```
7272

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

7575
The built-in `checkdoc` linter:
7676

7777
```sh
78-
$ eask lint checkdoc
78+
eask lint checkdoc
7979
```
8080

8181
The standard `package` linter:
8282

8383
```sh
84-
$ eask lint package
84+
eask lint package
8585
```
8686

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

0 commit comments

Comments
 (0)