Browse Source

Remove Debian install instructions

This is unavailable at the moment.
develop
Matt Baer 4 years ago
parent
commit
a04d8064cb
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      cmd/wf/README.md

+ 0
- 7
cmd/wf/README.md View File

@@ -30,13 +30,6 @@ Download the [64-bit](https://github.com/writeas/writeas-cli/releases/download/v
**macOS**<br />
Download the [64-bit](https://github.com/writeas/writeas-cli/releases/download/v2.0.0/wf_1.0.0_darwin_amd64.zip) executable and put it somewhere in your `$PATH`, like `/usr/local/bin`.

**Debian-based Linux**<br />
```bash
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DBE07445
sudo add-apt-repository "deb http://updates.writeas.org xenial main"
sudo apt-get update && sudo apt-get install wf-cli
```

**Linux (other)**<br />
Download the [64-bit](https://github.com/writeas/writeas-cli/releases/download/v2.0.0/wf_1.0.0_linux_amd64.tar.gz) or [32-bit](https://github.com/writeas/writeas-cli/releases/download/v2.0.0/wf_1.0.0_linux_386.tar.gz) executable and put it somewhere in your `$PATH`, like `/usr/local/bin`.



Loading…
Cancel
Save