Update README.md

This commit is contained in:
Jen-Chieh Shen 2025-02-26 02:05:52 -08:00 committed by GitHub
parent 9cd6fe0427
commit 782681bd72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,20 +34,20 @@ To run the test locally, you will need the following tools:
Install all dependencies and development dependencies:
```sh
$ eask install-deps --dev
eask install-deps --dev
```
To test the package's installation:
```sh
$ eask package
$ eask install
eask package
eask install
```
To test compilation:
```sh
$ eask compile
eask compile
```
**🪧 The following steps are optional, but we recommend you follow these lint results!**
@ -55,13 +55,13 @@ $ eask compile
The built-in `checkdoc` linter:
```sh
$ eask lint checkdoc
eask lint checkdoc
```
The standard `package` linter:
```sh
$ eask lint package
eask lint package
```
*📝 P.S. For more information, find the Eask manual at https://emacs-eask.github.io/.*