Skip to content

Commit f5a5c7e

Browse files
authored
docs: Clean up $ for copy
1 parent 697285d commit f5a5c7e

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

4949
```sh
50-
$ eask install-deps --dev
50+
eask install-deps --dev
5151
```
5252

5353
To test the package's installation:
5454

5555
```sh
56-
$ eask package
57-
$ eask install
56+
eask package
57+
eask install
5858
```
5959

6060
To test compilation:
6161

6262
```sh
63-
$ eask compile
63+
eask compile
6464
```
6565

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

6868
The built-in `checkdoc` linter:
6969

7070
```sh
71-
$ eask lint checkdoc
71+
eask lint checkdoc
7272
```
7373

7474
The standard `package` linter:
7575

7676
```sh
77-
$ eask lint package
77+
eask lint package
7878
```
7979

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

0 commit comments

Comments
 (0)