Skip to content

Commit

Permalink
Minor fixes (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfrank authored Aug 27, 2023
1 parent 750bb6c commit 472f3e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ js-sys = "0.3"
log = "0.4"
fern = "0.6"
# crate not yet published! TODO remove before merge
screeps-arena-game-api = { git = "https://github.com/rustyscreeps/screeps-arena-game-api.git", branch = "arena" }
screeps-arena-game-api = { git = "https://github.com/rustyscreeps/screeps-arena-game-api.git" }
# screeps-arena-game-api = "0.1"
# screeps-arena-game-api = { path = "../screeps-arena-game-api" }
wasm-bindgen = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cargo install cargo-screeps

# clone:
git clone https://github.com/rustyscreeps/screeps-arena-starter-rust.git
cd screeps-starter-rust
cd screeps-arena-starter-rust

# configure with the path to your arena code directory:
cp example-screeps.toml screeps.toml
Expand Down

0 comments on commit 472f3e5

Please sign in to comment.