File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,34 +43,34 @@ To run the test locally, you will need the following tools:
4343Install all dependencies and development dependencies:
4444
4545#+begin_src sh
46- $ eask install-deps --dev
46+ eask install-deps --dev
4747#+end_src
4848
4949To 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
5656To 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
6464The built-in =checkdoc= linter:
6565
6666#+begin_src sh
67- $ eask lint checkdoc
67+ eask lint checkdoc
6868#+end_src
6969
7070The 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/.
You can’t perform that action at this time.
0 commit comments