diff --git a/README.md b/README.md index 63e3a7d..a0d1c78 100644 --- a/README.md +++ b/README.md @@ -39,20 +39,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!** @@ -60,13 +60,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/.*