Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsadetsky committed Apr 15, 2024
1 parent 34aa4be commit 1fd6959
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/get-started/install-the-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ sidebar_position: 1

Use the table below to find the file for your operating system.

| Operating system | URL | Notes |
| Operating system | Tarball | Notes |
| ---------------- | --- | ----- |
| Linux | [disco-linux-arm.tar.gz](https://disco-cli-assets.s3.amazonaws.com/channels/stable/disco-linux-arm.tar.gz) | |
| Linux | [disco-linux-arm64.tar.gz](https://disco-cli-assets.s3.amazonaws.com/channels/stable/disco-linux-arm64.tar.gz) | |
| Linux | [disco-linux-x64.tar.gz](https://disco-cli-assets.s3.amazonaws.com/channels/stable/disco-linux-x64.tar.gz) | |
| macOS | [disco-darwin-arm64.tar.gz](https://disco-cli-assets.s3.amazonaws.com/channels/stable/disco-darwin-arm64.tar.gz) | For Apple Silicon (M1, etc.) See note below. |
| macOS | [disco-darwin-x64.tar.gz](https://disco-cli-assets.s3.amazonaws.com/channels/stable/disco-darwin-x64.tar.gz) | See note below. |
| macOS | [disco-darwin-arm64.tar.gz](https://disco-cli-assets.s3.amazonaws.com/channels/stable/disco-darwin-arm64.tar.gz) | For Apple Silicon (M1, etc.)<br />[See note below](#for-macos-if-you-get-an-error-saying-node-cant-be-opened-because-apple-cannot-check-it-for-malicious-software-run-the-following-command). |
| macOS | [disco-darwin-x64.tar.gz](https://disco-cli-assets.s3.amazonaws.com/channels/stable/disco-darwin-x64.tar.gz) | [See note below](#for-macos-if-you-get-an-error-saying-node-cant-be-opened-because-apple-cannot-check-it-for-malicious-software-run-the-following-command). |
| Windows | [disco-win32-x64.tar.gz](https://disco-cli-assets.s3.amazonaws.com/channels/stable/disco-win32-x64.tar.gz) | |
| Windows | [disco-win32-x86.tar.gz](https://disco-cli-assets.s3.amazonaws.com/channels/stable/disco-win32-x86.tar.gz) | |

##### Steps after downloading
### Steps after downloading

- Extract the tarball into a directory of your choice i.e. `tar -zxf (.tar.gz archive)`
- Then, add the `bin` directory inside the extracted directory to your `PATH`. For example, if you extracted the tarball to `/usr/local/disco`:
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /
**Disco lets you easily deploy web backend projects to your own servers**

You will need:
1. **A server** (such as a VPS) you can ssh into. We recommend getting a virtual server from **[Hetzner](https://www.hetzner.com/cloud/)** or **[Digital Ocean](https://www.digitalocean.com/)**
1. **A server** you can ssh into. We recommend getting a virtual server from **[Hetzner](https://www.hetzner.com/cloud/)** or **[Digital Ocean](https://www.digitalocean.com/)**
2. **A domain name**. You can register one with **[Porkbun](https://porkbun.com/)**, **[Namecheap](https://www.namecheap.com/)**, or **[easydns.com](https://easydns.com/)**
3. The **disco command line tool** installed on your computer
4. A project to deploy! It can be a static site or a backend project made with Python, Flask, Django, Node, Rails, Go, etc.
Expand Down

0 comments on commit 1fd6959

Please sign in to comment.