Skip to content

Commit

Permalink
Fixed cargo install
Browse files Browse the repository at this point in the history
  • Loading branch information
neculai-stanciu committed Feb 13, 2021
1 parent 6ac75d8 commit 88bc042
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jvc"
version = "0.1.14"
version = "0.1.16"
authors = ["Stanciu Neculai <[email protected]>"]
edition = "2018"
description = "A simple tool that help with java versions."
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,18 @@ A tool to handle java versions.

## Installation

### Using cargo

> For linux it is necessary to install **openssl-sys** first.
> To install on Ubuntu:
>
> - **`sudo apt update && sudo apt install libssl-dev`**
> - **`sudo apt update && sudo apt install pkg-config`**
Install jvc using cargo install:

```bash
cargo install jvc
```

## Supported shells

0 comments on commit 88bc042

Please sign in to comment.