Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 4ad4edf

Browse files
authored
docs: Remove $ for easier copying
1 parent bef4614 commit 4ad4edf

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

4646
```sh
47-
$ eask install-deps --dev
47+
eask install-deps --dev
4848
```
4949

5050
To test the package's installation:
5151

5252
```sh
53-
$ eask package
54-
$ eask install
53+
eask package
54+
eask install
5555
```
5656

5757
To test compilation:
5858

5959
```sh
60-
$ eask compile
60+
eask compile
6161
```
6262

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

6565
The built-in `checkdoc` linter:
6666

6767
```sh
68-
$ eask lint checkdoc
68+
eask lint checkdoc
6969
```
7070

7171
The standard `package` linter:
7272

7373
```sh
74-
$ eask lint package
74+
eask lint package
7575
```
7676

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

0 commit comments

Comments
 (0)