Skip to content

Commit aa03d24

Browse files
authored
docs: Clean up $ for copy
1 parent a83c7db commit aa03d24

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

5454
```sh
55-
$ eask install-deps --dev
55+
eask install-deps --dev
5656
```
5757

5858
To test the package's installation:
5959

6060
```sh
61-
$ eask package
62-
$ eask install
61+
eask package
62+
eask install
6363
```
6464

6565
To test compilation:
6666

6767
```sh
68-
$ eask compile
68+
eask compile
6969
```
7070

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

7373
The built-in `checkdoc` linter:
7474

7575
```sh
76-
$ eask lint checkdoc
76+
eask lint checkdoc
7777
```
7878

7979
The standard `package` linter:
8080

8181
```sh
82-
$ eask lint package
82+
eask lint package
8383
```
8484

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

0 commit comments

Comments
 (0)