Skip to content

Commit 2e8c250

Browse files
authored
docs: Clean up $ for copy
1 parent eb343a6 commit 2e8c250

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

4545
```sh
46-
$ eask install-deps --dev
46+
eask install-deps --dev
4747
```
4848

4949
To test the package's installation:
5050

5151
```sh
52-
$ eask package
53-
$ eask install
52+
eask package
53+
eask install
5454
```
5555

5656
To test compilation:
5757

5858
```sh
59-
$ eask compile
59+
eask compile
6060
```
6161

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

6464
The built-in `checkdoc` linter:
6565

6666
```sh
67-
$ eask lint checkdoc
67+
eask lint checkdoc
6868
```
6969

7070
The standard `package` linter:
7171

7272
```sh
73-
$ eask lint package
73+
eask lint package
7474
```
7575

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

0 commit comments

Comments
 (0)