From 126ca0a38d5c2f7743262db143495ff5771b2cb5 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Wed, 26 Feb 2025 01:20:08 -0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 723c408..87e7f23 100644 --- a/README.md +++ b/README.md @@ -45,20 +45,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!** @@ -66,13 +66,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/.*