mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 05:52:45 +00:00
c0bbdb0f9f
* bin dist related docs * Update docker/README.md Co-authored-by: 0xmiel <sacha@status.im> * Update docker/README.md Co-authored-by: 0xmiel <sacha@status.im> * Update docker/README.md Co-authored-by: 0xmiel <sacha@status.im> * Update docs/the_nimbus_book/src/binaries.md Co-authored-by: 0xmiel <sacha@status.im> * Update docs/the_nimbus_book/src/distribution_internals.md Co-authored-by: 0xmiel <sacha@status.im> * Update docs/the_nimbus_book/src/distribution_internals.md Co-authored-by: 0xmiel <sacha@status.im> * Update docs/the_nimbus_book/src/binaries.md Co-authored-by: 0xmiel <sacha@status.im> Co-authored-by: 0xmiel <sacha@status.im>
8 lines
283 B
Smarty
8 lines
283 B
Smarty
# Windows-specific requirements
|
|
|
|
Run the wrapper scripts from a [Git for Windows](https://gitforwindows.org/) Bash shell.
|
|
|
|
If you run the beacon node binary directly, prefix it with "winpty -- ". It
|
|
will increase the chance of Ctrl+C working inside that "mintty" terminal emulator.
|
|
|