This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Description
Windows users have experienced issues with new line escapes.
Instead of this format:
docker run -it -v /tmp/prysm-data:/data \
gcr.io/prysmaticlabs/prysm/validator:sapphire \
accounts create --keystore-path=/data --password=changeme
Display this for windows:
docker run -it -v /tmp/prysm-data:/data gcr.io/prysmaticlabs/prysm/validator:sapphire accounts create --keystore-path=/data --password=changeme
Otherwise only the first line runs and the user is often confused / stuck.