Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnp authored Oct 31, 2024
1 parent a486337 commit fc8944a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Lido DAO Aragon omnibus voting scripts.
```shell
git clone [email protected]:lidofinance/scripts.git
cd scripts
docker build -t scripts-env .
docker build -t scenv .
```
Note: *If you are running on an arm64 processor (including Apple Silicon) - you will have to wait up to 2 hours while the Solidity compilers compile.*

Expand All @@ -37,7 +37,7 @@ Note: *If you are running on an arm64 processor (including Apple Silicon) - you
#### Step 3. Run the container
Run the container and specify any ENV VARs:
```shell
docker run -v "$(pwd)":/root/scripts -e WEB3_INFURA_PROJECT_ID -d -p 2222:22 scripts-env
docker run --name scripts -v "$(pwd)":/root/scripts -e WEB3_INFURA_PROJECT_ID -d -p 2222:22 scenv
```
Note: *It may take up to 1 minute for the container to start properly the first time.*
#### Step 4. Now connect to the running container using SSH:
Expand Down

0 comments on commit fc8944a

Please sign in to comment.