Skip to content

Commit

Permalink
Prepare for publishing to crates.io
Browse files Browse the repository at this point in the history
This will make it easier to distribute ivm, especially on Windows.
  • Loading branch information
yorickpeterse committed Oct 6, 2020
1 parent c1389f4 commit 6e7be9b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ version = "0.1.0" # VERSION
authors = ["Yorick Peterse <yorick@yorickpeterse.com>"]
edition = "2018"
license = "MPL-2.0"
description = "The cross-platform Inko version manager"
repository = "https://gitlab.com/inko-lang/ivm"
readme = "README.md"
keywords = ["inko", "version manager"]
categories = ["command-line-utilities"]

[dependencies]
getopts = "^0.2"
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ Since Inko requires a 64-bits platform, so does ivm.

## Installation

First clone the Git repository:
You can install ivm using `cargo`:

git clone git@gitlab.com:inko-lang/ivm.git
cargo install ivm --force

Then build it:
Alternatively, you can build from source:

git clone git@gitlab.com:inko-lang/ivm.git
cd ivm
cargo build --release

You can now move `target/release/ivm` into your PATH.
Expand Down

0 comments on commit 6e7be9b

Please sign in to comment.