README: add Windows- & macOS-specific "how to run from source" readmes
note: unclear where to put these files... `contrib/build-wine/` and `contrib/osx/` contain binary-building-related files. maybe we could have a `doc/` folder if the need for more similar files arise. atm there are these two, plus maybe `contrib/docker_notes.md`.
This commit is contained in:
@@ -82,9 +82,12 @@ so make sure that is on your :code:`PATH` variable.
|
||||
|
||||
### Development version (git clone)
|
||||
|
||||
_(For OS-specific instructions, see [here for Windows](contrib/build-wine/README_windows.md),
|
||||
and [for macOS](contrib/osx/README_macos.md))_
|
||||
|
||||
Check out the code from GitHub:
|
||||
```
|
||||
$ git clone git://github.com/spesmilo/electrum.git
|
||||
$ git clone https://github.com/spesmilo/electrum.git
|
||||
$ cd electrum
|
||||
$ git submodule update --init
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user