diff --git a/account-integrations/safe/README.md b/account-integrations/safe/README.md index a77885fd..09c6384c 100644 --- a/account-integrations/safe/README.md +++ b/account-integrations/safe/README.md @@ -2,7 +2,7 @@ # Getting Started -1. `cd webauthn` +1. (from this directory) 2. Run `yarn` to install hardhat dependencies 3. Run `forge install` to install foundry dependencies @@ -22,10 +22,10 @@ To run the integration tests: cp .env.example .env ``` -3. Start an external bundler (make sure the values in `.env` match up with the bundler and node you're running). +3. Setup and run an external bundler (make sure the values in `.env` match up with the bundler and node you're running). ```bash -# If using the eth-infinitism bundler +# If using the eth-infinitism bundler (tested with commit #1b154c9) yarn run bundler ```