Skip to content

Commit 2e22918

Browse files
authored
Update README.org
1 parent 1cb2b59 commit 2e22918

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

4545
#+begin_src sh
46-
$ eask install-deps --dev
46+
eask install-deps --dev
4747
#+end_src
4848

4949
To test the package's installation:
5050

5151
#+begin_src sh
52-
$ eask package
53-
$ eask install
52+
eask package
53+
eask install
5454
#+end_src
5555

5656
To test compilation:
5757

5858
#+begin_src sh
59-
$ eask compile
59+
eask compile
6060
#+end_src
6161

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

6464
The built-in =checkdoc= linter:
6565

6666
#+begin_src sh
67-
$ eask lint checkdoc
67+
eask lint checkdoc
6868
#+end_src
6969

7070
The standard =package= linter:
7171

7272
#+begin_src sh
73-
$ eask lint package
73+
eask lint package
7474
#+end_src
7575

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

0 commit comments

Comments
 (0)