Skip to content

Commit 236cecd

Browse files
authored
docs: Clean up $ for copy
1 parent f39f43d commit 236cecd

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

6969
```sh
70-
$ eask install-deps --dev
70+
eask install-deps --dev
7171
```
7272

7373
To test the package's installation:
7474

7575
```sh
76-
$ eask package
77-
$ eask install
76+
eask package
77+
eask install
7878
```
7979

8080
To test compilation:
8181

8282
```sh
83-
$ eask compile
83+
eask compile
8484
```
8585

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

8888
The built-in `checkdoc` linter:
8989

9090
```sh
91-
$ eask lint checkdoc
91+
eask lint checkdoc
9292
```
9393

9494
The standard `package` linter:
9595

9696
```sh
97-
$ eask lint package
97+
eask lint package
9898
```
9999

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

0 commit comments

Comments
 (0)