Skip to content

Commit

Permalink
docs: update README (#55)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Tim Zerrell <[email protected]>

* Update README.md

Co-authored-by: Tim Zerrell <[email protected]>

---------

Co-authored-by: Ali Atiia <[email protected]>
Co-authored-by: Victor Graf <[email protected]>
Co-authored-by: Tim Zerrell <[email protected]>
Co-authored-by: Victor Graf <[email protected]>
  • Loading branch information
5 people authored Feb 23, 2024
1 parent bb242d8 commit d41f9e9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ rustflags = [
"-Doverflowing_literals",
"-Dpath_statements",
"-Dpatterns_in_fns_without_body",
"-Dprivate_in_public",
"-Dtrivial_casts",
"-Dtrivial_numeric_casts",
"-Dunconditional_recursion",
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ out/
/broadcast/*/11155111/
/broadcast/**/dry-run/

# Docs
docs/

# Dotenv file
.env

Expand Down
2 changes: 1 addition & 1 deletion deployment-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RISC0_DEV_MODE=true DEPLOY_RELAY_ADDRESS="$APP_ADDRESS" DEPLOY_UPLOAD_IMAGES=tru
```
This will deploy only your application address and upload any updated images.
The existing relay contract and, by setting `DEPLOY_RELAY_ADDRESS`, the running relay will continue to be used.
By setting `DEPLOY_RELAY_ADDRESS`, the existing running relay contract and the already running relay will continue to be used.
## Use the fully verifying relay:
Expand Down

0 comments on commit d41f9e9

Please sign in to comment.