ampup is installed, you can use it to manage multiple versions of ampd.
Install Commands
Install Latest Version
Install the latest version ofampd:
By default, the
ampup installer automatically installs the latest version of ampd during initial setup.Install Specific Version
Install a specific version by specifying the version tag:Version Management
List Installed Versions
View all installed versions ofampd:
Switch Between Versions
Switch to a different installed version:~/.amp/bin/ampd symlink to point to the specified version.
Uninstall a Version
Remove a specific version:Building from Source
ampup provides powerful options for building ampd from source.
Build from Main Branch
Build from the default repository’s main branch:Build from Specific Branch
Build from a specific branch:Build from Specific Commit
Build from a specific commit hash:Build from Pull Request
Build from a GitHub Pull Request:Build from Local Repository
Build from a local repository path:Build from Custom Repository
Build from a forked or custom repository:Combine Build Options
You can combine multiple options:Custom Version Name
Build with a custom version name:Specify Build Jobs
Build with a specific number of parallel jobs:Build Options Summary
| Option | Description |
|---|---|
--branch <BRANCH> | Build from a specific branch |
--commit <HASH> | Build from a specific commit |
--pr <NUMBER> | Build from a GitHub Pull Request |
--path <PATH> | Build from a local repository |
--repo <OWNER/REPO> | Build from a custom repository |
--name <NAME> | Use a custom version name |
--jobs <N> | Number of parallel build jobs |
Update ampup
Updateampup itself to the latest version:
Build Requirements
When building from source, you need:- Rust toolchain (install from https://rustup.rs)
- Git
- Build dependencies (see main project documentation)