Skip to content

Commit 4197fc5

Browse files
authored
docs: Clean up $ for copy
1 parent 41c86ea commit 4197fc5

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

8181
```sh
82-
$ eask install-deps --dev
82+
eask install-deps --dev
8383
```
8484

8585
To test the package's installation:
8686

8787
```sh
88-
$ eask package
89-
$ eask install
88+
eask package
89+
eask install
9090
```
9191

9292
To test compilation:
9393

9494
```sh
95-
$ eask compile
95+
eask compile
9696
```
9797

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

100100
The built-in `checkdoc` linter:
101101

102102
```sh
103-
$ eask lint checkdoc
103+
eask lint checkdoc
104104
```
105105

106106
The standard `package` linter:
107107

108108
```sh
109-
$ eask lint package
109+
eask lint package
110110
```
111111

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

0 commit comments

Comments
 (0)