Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
netromdk committed Nov 16, 2019
1 parent cc1b774 commit ec83932
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ You will now have the following key combinations at your disposal:
<kbd>C-c C-c C-a</kbd> | cargo-process-add
<kbd>C-c C-c C-S-d</kbd> | cargo-process-rm
<kbd>C-c C-c C-S-u</kbd> | cargo-process-upgrade
<kbd>C-c C-c C-S-a</kbd> | cargo-process-audit

Before executing the task, Emacs will prompt you to save any modified buffers
associated with the current Cargo project. Setting `compilation-ask-about-save`
Expand Down Expand Up @@ -76,6 +77,7 @@ Here's a list of commands and their default value.
(setq cargo-process--command-add "add")
(setq cargo-process--command-rm "rm")
(setq cargo-process--command-upgrade "upgrade")
(setq cargo-process--command-audit "audit -f")
```

### Advanced usage
Expand Down Expand Up @@ -117,3 +119,8 @@ cargo install cargo-edit
```
For completion in `cargo-process-add`, configure `cargo-process-favorite-crates`.

In order to run `cargo-process-audit` you need to have the `audit` package installed.

```
cargo install cargo-audit
```

0 comments on commit ec83932

Please sign in to comment.