Skip to content

Commit 7fa76ac

Browse files
authored
Update op-deployer-setup.mdx
Minor doc fixes.
1 parent 17e07b9 commit 7fa76ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/operators/chain-operators/tutorials/create-l2-rollup/op-deployer-setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ There are a couple of ways to install `op-deployer`:
9898
# For Intel Macs:
9999
sudo mv op-deployer-0.2.6-darwin-arm64 /usr/local/bin/
100100
# For Apple Silicon Macs:
101-
# sudo mv op-deployer-0.2.6-darwin-arm64 /opt/homebrew/bin/
101+
sudo mv op-deployer-0.2.6-darwin-arm64 /opt/homebrew/bin/
102102

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

180-
Save the addresses for your intent file
180+
Save the addresses for your intent file.
181181
</Steps>
182182

183183
<Callout type="warning">

0 commit comments

Comments
 (0)