Skip to content

Commit

Permalink
quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Sep 24, 2024
1 parent f396c93 commit 60adeb7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,15 @@ The FrameOS backend is where you set up your frames. You can run it continuously

Read more in [the documentation](https://frameos.net/guide/backend).

### Docker quickstart
### Quick install

The easiest way to install the FrameOS backend on a Mac or Debian/Ubuntu Linux is to run the following installation script:

```bash
curl -fsSL https://frameos.net/install.sh | bash
```

### Running via Docker manually

```bash
# running the latest release
Expand Down

0 comments on commit 60adeb7

Please sign in to comment.