Skip to content

Conversation

@idalithb
Copy link

@idalithb idalithb requested a review from justin-wonka January 28, 2026 20:01
Comment on lines +47 to +50
```bash
sudo apt update -y
sudo apt install cmake build-essential pkg-config libssl-dev curl -y
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to only work with Debian/Ubuntu-based Linux distros. We should have a cross-platform list of dependencies. These are the most extended ones.

  • macOS
  • Linux Arc (pacman)
  • Red Hat Linux (rpm)
  • Fedora Linux (dnf)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LNSD I can make inclusions for those :)


---

## 2. Install Docker
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just refer the user to the Docker installation guides? For example: https://docs.docker.com/engine/install or https://docs.docker.com/desktop/

Comment on lines +128 to +132
Build Amp:

```bash
ampup build
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that a beginner would want to build an amp from sources. The fastest way is to just download the binaries via the default installation mechanism.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants