Skip to content

Commit

Permalink
docs: fix demo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
laysakura committed Feb 25, 2022
1 parent fc5d236 commit 248d1da
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,17 @@ springql-foreign-service
cargo new --bin springql-demo
cd springql-demo
curl https://raw.githubusercontent.com/SpringQL/SpringQL/main/springql-core/examples/demo_pipeline.rs -O src/main.rs
curl https://raw.githubusercontent.com/SpringQL/SpringQL/main/springql-core/examples/demo_pipeline.rs -o src/main.rs
echo 'springql-foreign-service = "0.1' >> Cargo.toml
cat >> Cargo.toml <<EOF
springql-core = "*"
springql-foreign-service = "*"
tempfile = "3.3"
env_logger = "0.9"
log = "0.4"
reqwest = {version = "0.11", features = ["json", "blocking"]}
EOF
cargo run
```
Expand Down

0 comments on commit 248d1da

Please sign in to comment.