Skip to content

Commit

Permalink
Fix MELPA install instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-mueller committed Oct 15, 2023
1 parent 579e966 commit 8cd26d2
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,9 @@ indicated testing environments
## Installation

Easiest way to install is from [MELPA](https://melpa.org). If you have
configured the MELPA sources you can just install the `test-cockpit-<language>`
configured the MELPA sources you can just install the `test-cockpit`
package using the `package-install` command.

where `<langauge>` is the programming language you need:
* `python` for python - pytest
* `cask` for elisp - cask / ert
* `cargo` for rust - cargo
* `elixir` for elixir - mix
* `npm-jest` for JavaScript / TypeScript – jest


You can of course also use
[straight.el](https://github.com/raxod502/straight.el). Put the following lines
into your startup file.
Expand All @@ -50,6 +42,15 @@ into your startup file.
'(test-cockpit-<language> :type git :host github :repo "johannes-mueller/test-cockpit.el"))
```

where `<langauge>` is the programming language you need:
* `python` for python - pytest
* `cask` for elisp - cask / ert
* `cargo` for rust - cargo
* `elixir` for elixir - mix
* `npm-jest` for JavaScript / TypeScript – jest




### Dependencies

Expand Down

0 comments on commit 8cd26d2

Please sign in to comment.