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 @@ -47,34 +47,34 @@ To run the test locally, you will need the following tools:
47
47
Install all dependencies and development dependencies:
48
48
49
49
``` sh
50
- $ eask install-deps --dev
50
+ eask install-deps --dev
51
51
```
52
52
53
53
To test the package's installation:
54
54
55
55
``` sh
56
- $ eask package
57
- $ eask install
56
+ eask package
57
+ eask install
58
58
```
59
59
60
60
To test compilation:
61
61
62
62
``` sh
63
- $ eask compile
63
+ eask compile
64
64
```
65
65
66
66
** 🪧 The following steps are optional, but we recommend you follow these lint results!**
67
67
68
68
The built-in ` checkdoc ` linter:
69
69
70
70
``` sh
71
- $ eask lint checkdoc
71
+ eask lint checkdoc
72
72
```
73
73
74
74
The standard ` package ` linter:
75
75
76
76
``` sh
77
- $ eask lint package
77
+ eask lint package
78
78
```
79
79
80
80
* 📝 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