Skip to content

Commit 983a5bc

Browse files
authored
docs: Clean up $ for copy
1 parent cf06301 commit 983a5bc

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

4141
```sh
42-
$ eask install-deps --dev
42+
eask install-deps --dev
4343
```
4444

4545
To test the package's installation:
4646

4747
```sh
48-
$ eask package
49-
$ eask install
48+
eask package
49+
eask install
5050
```
5151

5252
To test compilation:
5353

5454
```sh
55-
$ eask compile
55+
eask compile
5656
```
5757

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

6060
The built-in `checkdoc` linter:
6161

6262
```sh
63-
$ eask lint checkdoc
63+
eask lint checkdoc
6464
```
6565

6666
The standard `package` linter:
6767

6868
```sh
69-
$ eask lint package
69+
eask lint package
7070
```
7171

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

0 commit comments

Comments
 (0)