Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Feb 26, 2025
1 parent 2e343f0 commit 0daf3d0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If you not use `cppcheck`. You have need to change `flycheck-add-next-checker`.
### Install `cpplint` through `pip`

```
$ pip install cpplint
pip install cpplint
```

*P.S. Make sure cpplint is in your environment path settings*
Expand All @@ -80,34 +80,34 @@ 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!**

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/.*
Expand Down

0 comments on commit 0daf3d0

Please sign in to comment.