Skip to content

Commit

Permalink
build: somefix
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-shobon committed Aug 16, 2021
1 parent 6676d31 commit d081335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ thiserror = "1.0.26"

[[bin]]
name = "spg"
path = "src/main.rs"
doc = false
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
## Install

1. Install Rust and Cargo (See: [rustup.rs](https://rustup.rs/))
2. Install this binary with `cargo install --git https://github.com/procon32/slide-puzzle-generator.git`
2. Clone this repository
2. Install this binary with `cargo install --path <repository_path>`

## Usage

Expand Down

0 comments on commit d081335

Please sign in to comment.