Skip to content

Commit

Permalink
Merge pull request #270 from FabianKramm/main
Browse files Browse the repository at this point in the history
docs: improvements
  • Loading branch information
FabianKramm authored May 16, 2023
2 parents 8324755 + 5941e3f commit ce63fa3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ You can think of DevPod as the glue that connects your local IDE to a machine wh

![DevPod Flow](docs/static/media/devpod-flow.gif)

## Quickstart

Download DevPod Desktop:
- [MacOS Silicon/ARM](https://github.com/loft-sh/devpod/releases/latest/download/DevPod_macos_aarch64.dmg)
- [MacOS Intel/AMD](https://github.com/loft-sh/devpod/releases/latest/download/DevPod_macos_x64.dmg)
- [Windows](https://github.com/loft-sh/devpod/releases/latest/download/DevPod_windows_x64_en-US.msi)
- [Linux AppImage](https://github.com/loft-sh/devpod/releases/latest/download/DevPod_linux_amd64.AppImage)
- [Linux deb](https://github.com/loft-sh/devpod/releases/latest/download/DevPod_linux_amd64.deb)
- [Linux rpm](https://github.com/loft-sh/devpod/releases/latest/download/DevPod_linux_x86_64.rpm)

Take a look at the [DevPod Docs](https://devpod.sh/docs/getting-started/install) for more information.

## Why DevPod?

DevPod reuses the open [DevContainer standard](https://containers.dev/) (used by Github Codespaces and VSCode DevContainers) to create a consistent developer experience no matter what backend you want to use.
Expand Down

0 comments on commit ce63fa3

Please sign in to comment.