Skip to content

Commit d8c7ca2

Browse files
authored
docs: Clean up $ for copy
1 parent bbf95c9 commit d8c7ca2

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

7171
```sh
72-
$ eask install-deps --dev
72+
eask install-deps --dev
7373
```
7474

7575
To test the package's installation:
7676

7777
```sh
78-
$ eask package
79-
$ eask install
78+
eask package
79+
eask install
8080
```
8181

8282
To test compilation:
8383

8484
```sh
85-
$ eask compile
85+
eask compile
8686
```
8787

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

9090
The built-in `checkdoc` linter:
9191

9292
```sh
93-
$ eask lint checkdoc
93+
eask lint checkdoc
9494
```
9595

9696
The standard `package` linter:
9797

9898
```sh
99-
$ eask lint package
99+
eask lint package
100100
```
101101

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

0 commit comments

Comments
 (0)