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 @@ -78,34 +78,34 @@ To run the test locally, you will need the following tools:
7878Install all dependencies and development dependencies:
7979
8080#+begin_src sh
81- $ eask install-deps --dev
81+ eask install-deps --dev
8282#+end_src
8383
8484To 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
9191To 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
9999The built-in =checkdoc= linter:
100100
101101#+begin_src sh
102- $ eask lint checkdoc
102+ eask lint checkdoc
103103#+end_src
104104
105105The 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/.
You can’t perform that action at this time.
0 commit comments