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: 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/.*