mirror of
https://github.com/emacs-vs/vs-light-theme.git
synced 2025-12-06 02:30:34 -08:00
Update README.md
This commit is contained in:
parent
9cd6fe0427
commit
782681bd72
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -34,20 +34,20 @@ To run the test locally, you will need the following tools:
|
||||||
Install all dependencies and development dependencies:
|
Install all dependencies and development dependencies:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ eask install-deps --dev
|
eask install-deps --dev
|
||||||
```
|
```
|
||||||
|
|
||||||
To test the package's installation:
|
To test the package's installation:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ eask package
|
eask package
|
||||||
$ eask install
|
eask install
|
||||||
```
|
```
|
||||||
|
|
||||||
To test compilation:
|
To test compilation:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ eask compile
|
eask compile
|
||||||
```
|
```
|
||||||
|
|
||||||
**🪧 The following steps are optional, but we recommend you follow these lint results!**
|
**🪧 The following steps are optional, but we recommend you follow these lint results!**
|
||||||
|
|
@ -55,13 +55,13 @@ $ eask compile
|
||||||
The built-in `checkdoc` linter:
|
The built-in `checkdoc` linter:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ eask lint checkdoc
|
eask lint checkdoc
|
||||||
```
|
```
|
||||||
|
|
||||||
The standard `package` linter:
|
The standard `package` linter:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ eask lint package
|
eask lint package
|
||||||
```
|
```
|
||||||
|
|
||||||
*📝 P.S. For more information, find the Eask manual at https://emacs-eask.github.io/.*
|
*📝 P.S. For more information, find the Eask manual at https://emacs-eask.github.io/.*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue