Skip to content

Commit ffc6cf7

Browse files
authored
Update README.org
1 parent ab989d2 commit ffc6cf7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.org

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,34 +78,34 @@ To run the test locally, you will need the following tools:
7878
Install all dependencies and development dependencies:
7979

8080
#+begin_src sh
81-
$ eask install-deps --dev
81+
eask install-deps --dev
8282
#+end_src
8383

8484
To test the package's installation:
8585

8686
#+begin_src sh
87-
$ eask package
88-
$ eask install
87+
eask package
88+
eask install
8989
#+end_src
9090

9191
To test compilation:
9292

9393
#+begin_src sh
94-
$ eask compile
94+
eask compile
9595
#+end_src
9696

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

9999
The built-in =checkdoc= linter:
100100

101101
#+begin_src sh
102-
$ eask lint checkdoc
102+
eask lint checkdoc
103103
#+end_src
104104

105105
The standard =package= linter:
106106

107107
#+begin_src sh
108-
$ eask lint package
108+
eask lint package
109109
#+end_src
110110

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

0 commit comments

Comments
 (0)