File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,34 +34,34 @@ To run the test locally, you will need the following tools:
34
34
Install all dependencies and development dependencies:
35
35
36
36
``` sh
37
- $ eask install-deps --dev
37
+ eask install-deps --dev
38
38
```
39
39
40
40
To test the package's installation:
41
41
42
42
``` sh
43
- $ eask package
44
- $ eask install
43
+ eask package
44
+ eask install
45
45
```
46
46
47
47
To test compilation:
48
48
49
49
``` sh
50
- $ eask compile
50
+ eask compile
51
51
```
52
52
53
53
** 🪧 The following steps are optional, but we recommend you follow these lint results!**
54
54
55
55
The built-in ` checkdoc ` linter:
56
56
57
57
``` sh
58
- $ eask lint checkdoc
58
+ eask lint checkdoc
59
59
```
60
60
61
61
The standard ` package ` linter:
62
62
63
63
``` sh
64
- $ eask lint package
64
+ eask lint package
65
65
```
66
66
67
67
* 📝 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