Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ There are a couple of ways to install `op-deployer`:
# For Intel Macs:
sudo mv op-deployer-0.2.6-darwin-arm64 /usr/local/bin/
# For Apple Silicon Macs:
# sudo mv op-deployer-0.2.6-darwin-arm64 /opt/homebrew/bin/
sudo mv op-deployer-0.2.6-darwin-arm64 /opt/homebrew/bin/

# Step 7: Verify installation (should print version info)
op-deployer --version
Expand Down Expand Up @@ -177,7 +177,7 @@ Your rollup needs several addresses for different roles. Let's generate them fir
done
```

Save the addresses for your intent file
This will save the various addresses for your intent file into files in your current directory. To view them later you can use `cat *_address.txt`.
</Steps>

<Callout type="warning">
Expand Down