Skip to content

Commit

Permalink
docs: download link for standalone app
Browse files Browse the repository at this point in the history
  • Loading branch information
norwnd committed Aug 6, 2023
1 parent fce2a65 commit 4f99f03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,16 @@ few simple *options* for obtaining the software. The standalone DEX client is
strongly recommended as it is the easiest to setup and generally has the most
up-to-date downloads. Pick **just one** method:

1. Download the the standalone DEX client for your operating system for the
[latest release on GitHub](https://github.com/decred/dcrdex/releases).
2. Use your operating system's package manager. See [OS Packages](#os-packages)
1. Download [standalone DEX client for your operating system](https://dex.decred.org/#downloads).
2. Download [the latest standalone DEX client release from GitHub](https://github.com/decred/dcrdex/releases)
for your operating system.
3. Use your operating system's package manager. See [OS Packages](#os-packages)
for more info.
3. [Use Decrediton](https://docs.decred.org/wallets/decrediton/decrediton-setup/),
4. [Use Decrediton](https://docs.decred.org/wallets/decrediton/decrediton-setup/),
the official graphical Decred wallet, which integrates the DEX client, and go
to the DEX tab.
4. Use the Decred command line application installer, [**dcrinstall**](https://docs.decred.org/wallets/cli/cli-installation/). Not recommended unless you already have this in your workflow.
5. Build the standalone client [from source](https://github.com/decred/dcrdex/wiki/Client-Installation-and-Configuration#advanced-client-installation).
5. Use the Decred command line application installer, [**dcrinstall**](https://docs.decred.org/wallets/cli/cli-installation/). Not recommended unless you already have this in your workflow.
6. Build the standalone client [from source](https://github.com/decred/dcrdex/wiki/Client-Installation-and-Configuration#advanced-client-installation).

See the [Client Installation and Configuration](https://github.com/decred/dcrdex/wiki/Client-Installation-and-Configuration)
page on the wiki for more information and a detailed walk-through of the initial setup.
Expand Down
10 changes: 5 additions & 5 deletions docs/wiki/Client-Installation-and-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
The DEX client can be installed in one of the following ways. Download the
application from *just one* of the following locations:

* Download the standalone DEX client for your operating system for the [latest
release on GitHub](https://github.com/decred/dcrdex/releases). Extract the
"dexc" executable from the archive and run it. Open any web browser to the
link shown by the application. You may also put the **dexc** executable's
folder on your `PATH`.
* Download [standalone DEX client for your operating system](https://dex.decred.org/#downloads).
* Download [the latest standalone DEX client release from GitHub](https://github.com/decred/dcrdex/releases)
for your operating system. Extract the "dexc" executable from the archive and run it.
Open any web browser to the link shown by the application. You may also put the **dexc**
executable's folder on your `PATH`.
* [Use Decrediton](https://docs.decred.org/wallets/decrediton/decrediton-setup/),
the official graphical Decred wallet, which integrates the DEX client, and go
to the DEX tab.
Expand Down

0 comments on commit 4f99f03

Please sign in to comment.