Skip to content

Commit

Permalink
Updated readme with crates.io installation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierrog committed Nov 9, 2023
1 parent c7422e6 commit dfb301e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ This is a re-focused spinoff of Dr. Dan Garcia's [GamesmanClassic](https://githu

## Installation

Before doing anything, you will want to install [the Rust compiler and toolchain](https://www.rust-lang.org/tools/install). To get the `nova` executable, you can then run:
Before doing anything, you will want to install [the Rust compiler and toolchain](https://www.rust-lang.org/tools/install). GamesmanNova is on [crates.io](https://crates.io/crates/gamesman-nova), so to get the `nova` executable, you can then run:

```
$ cargo install nova
$ cargo install gamesman-nova
```

If you would like to build Nova from source, you can also:
Otherwise, if you would like to build Nova from source, you can also:

1. Clone this repository to your preferred `location`.

Expand All @@ -24,7 +24,7 @@ $ git clone https://github.com/GamesCrafters/GamesmanNova.git location
$ cargo install --path .
```

This will add the `nova` executable to your list of cargo binaries. If you add this list of binaries to your `$PATH`, you will be able to call `nova` just like any other command.
This will add the `nova` executable to your list of cargo binaries.

## Development

Expand Down

0 comments on commit dfb301e

Please sign in to comment.