1
0

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:
SomberNight
2022-06-09 17:40:57 +02:00
parent 0d854555c8
commit 941db4214c
3 changed files with 84 additions and 18 deletions

View File

@@ -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
```