Skip to content

Commit ee5369c

Browse files
authored
docs: Clean up $ for copy
1 parent 8caedeb commit ee5369c

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

5353
```sh
54-
$ eask install-deps --dev
54+
eask install-deps --dev
5555
```
5656

5757
To test the package's installation:
5858

5959
```sh
60-
$ eask package
61-
$ eask install
60+
eask package
61+
eask install
6262
```
6363

6464
To test compilation:
6565

6666
```sh
67-
$ eask compile
67+
eask compile
6868
```
6969

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

7272
The built-in `checkdoc` linter:
7373

7474
```sh
75-
$ eask lint checkdoc
75+
eask lint checkdoc
7676
```
7777

7878
The standard `package` linter:
7979

8080
```sh
81-
$ eask lint package
81+
eask lint package
8282
```
8383

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

0 commit comments

Comments
 (0)