diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:22:51 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:22:51 -0700 |
| commit | 5dc1b84ed324b677ecb13d71fd38bcece1b54383 (patch) | |
| tree | 085f913c1181febcf2dc42cd11e086fd89f74d4c /INSTALL.md | |
| parent | Merge pull request #2469 from patricklodder/1.14.4-fixate (diff) | |
| download | discoin-5dc1b84ed324b677ecb13d71fd38bcece1b54383.tar.xz discoin-5dc1b84ed324b677ecb13d71fd38bcece1b54383.zip | |
s/doge/dis/g
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index 51fb2dc2c..5d15c8d68 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -4,7 +4,7 @@ The easiest way to install the latest version of the Dogecoin Core software is by to download the latest precompiled binaries for your platform from the -[release page](https://github.com/dogecoin/dogecoin/releases). Currently, +[release page](https://github.com/discoin/discoin/releases). Currently, binaries are released for the following platforms: - Windows, 64-bit and 32-bit @@ -65,7 +65,7 @@ to see it. **testnet and regtest modes** -Run with the `-testnet` option to run with "play dogecoins" on the test network, if you +Run with the `-testnet` option to run with "play discoins" on the test network, if you are testing multi-machine code that needs to operate across the internet. If you are testing something that can run on one machine, run with the `-regtest` option. |