branch: elpa/treesit-fold
commit 5818c7d63fc13bca540559d1d690c955d38ebc5c
Author: Jen-Chieh Shen <jcs090...@gmail.com>
Commit: GitHub <nore...@github.com>

    Update README.md
---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 85a7c5e778..a294968fa6 100644
--- a/README.md
+++ b/README.md
@@ -646,20 +646,20 @@ To run the test locally, you will need the following 
tools:
 Install all dependencies and development dependencies:
 
 ```sh
-$ eask install-deps --dev
+eask install-deps --dev
 ```
 
 To test the package's installation:
 
 ```sh
-$ eask package
-$ eask install
+eask package
+eask install
 ```
 
 To test compilation:
 
 ```sh
-$ eask compile
+eask compile
 ```
 
 **🪧 The following steps are optional, but we recommend you follow these lint 
results!**
@@ -667,13 +667,13 @@ $ eask compile
 The built-in `checkdoc` linter:
 
 ```sh
-$ eask lint checkdoc
+eask lint checkdoc
 ```
 
 The standard `package` linter:
 
 ```sh
-$ eask lint package
+eask lint package
 ```
 
 *📝 P.S. For more information, find the Eask manual at 
https://emacs-eask.github.io/.*

Reply via email to