Skip to content

Commit

Permalink
Actualization of README after introduction of executables support (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
akolotov authored Feb 16, 2022
1 parent 37b532f commit 0ea52cc
Show file tree
Hide file tree
Showing 2 changed files with 422 additions and 38 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VENV_NAME?=venv
VENV_ACTIVATE=. $(VENV_NAME)/bin/activate
PYTHON=${VENV_NAME}/bin/python3.8
DOCKER_IMAGE="ethereum/staking-deposit-cli:latest"
DOCKER_IMAGE="ghcr.io/gnosischain/validator-data-generator:latest"

help:
@echo "clean - remove build and Python file artifacts"
Expand Down
Loading

0 comments on commit 0ea52cc

Please sign in to comment.