Actions
How to install Alephium with packages » History » Revision 4
« Previous |
Revision 4/22
(diff)
| Next »
Olivier Bitsch, 09/09/2021 11:54 AM
How to install Alephium with packages¶
Alephium can be installed and ran as service into minute with packages.
Note : unless mainnet is ready, this package is running on testnet.
### Add Debian/Ubuntu repository
echo "deb [trusted=yes] https://projects.iabsis.com/repository/alephium-pkg/debian buster main" \
> /etc/apt/sources.list.d/alephium.list
### Update package list
apt update
### Install alephium
apt install alephium
Config location¶
You may adjust config into /etc/alephium/user.conf
Updated by Olivier Bitsch about 3 years ago · 4 revisions