Skip to content

Commit ad8f049

Browse files
authored
docs: Clean up $ for copy
1 parent 10e2afd commit ad8f049

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

4242
```sh
43-
$ eask install-deps --dev
43+
eask install-deps --dev
4444
```
4545

4646
To test the package's installation:
4747

4848
```sh
49-
$ eask package
50-
$ eask install
49+
eask package
50+
eask install
5151
```
5252

5353
To test compilation:
5454

5555
```sh
56-
$ eask compile
56+
eask compile
5757
```
5858

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

6161
The built-in `checkdoc` linter:
6262

6363
```sh
64-
$ eask lint checkdoc
64+
eask lint checkdoc
6565
```
6666

6767
The standard `package` linter:
6868

6969
```sh
70-
$ eask lint package
70+
eask lint package
7171
```
7272

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

0 commit comments

Comments
 (0)