Skip to content

Commit

Permalink
Update readme for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Jan 1, 2021
1 parent 6e0c76d commit a3d6980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ try you can install it via Rust's `cargo` command: `cargo install zap-cli`.
cargo install zap-cli
mkdir my-zap-project
cd my-zap-project
wget https://github.com/rtyler/zap/archive/v0.1.0.tar.gz
tar -zxvf v0.1.0.tar.gz zap-0.1.0/tasks -C tasks --strip=1
wget https://github.com/rtyler/zap/archive/v0.1.1.tar.gz
tar -zxvf v0.1.1.tar.gz zap-0.1.1/tasks -C tasks --strip=1
cat > hello.zplan <<EOF
task 'tasks/echo.ztask' {
msg = 'Show them my medal Kif'
Expand Down

0 comments on commit a3d6980

Please sign in to comment.