From 3dfd2900bc37b63897067318359f61bc55be81ec Mon Sep 17 00:00:00 2001 From: Nikita Panin Date: Fri, 25 Oct 2024 17:59:48 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8779e4a8..e3ea7d25 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ Lido DAO Aragon omnibus voting scripts. ## 🐳 Docker: quick and easy environment setup **The no-brainer workflow for setting up a Docker container to run scripts & tests** + Clone the repo and build a fresh image: ```shell git clone git@github.com:lidofinance/scripts.git cd scripts -git checkout "feat/docker" docker build -t scripts-env . ``` Set up all the ENV VARs you are using: @@ -47,7 +47,7 @@ ssh root@localhost -p 2222 > > Use the password specified in $ROOT_PASSWORD when prompted -You now have a fully functional environment to run scripts & tests in, which already contains the repo from which the image was built: +You now have a fully functional environment to run scripts & tests in, which already contains the repo from which the image was built, for example: ```shell poetry run brownie test tests/acceptance/test_accounting_oracle.py -s ```