diff --git a/README.md b/README.md index 9256882..29fe072 100644 --- a/README.md +++ b/README.md @@ -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-` +configured the MELPA sources you can just install the `test-cockpit` package using the `package-install` command. -where `` 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. @@ -50,6 +42,15 @@ into your startup file. '(test-cockpit- :type git :host github :repo "johannes-mueller/test-cockpit.el")) ``` +where `` 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