Getting Started with Dialga 🚀
Welcome to Dialga, the reverse engineered git alternative! This guide will help you get started with installing and using Dialga on your system.
Installation
Compile from Source
To install Dialga, follow these steps:
- Clone the Dialga repository from GitHub:
bash
git clone https://github.com/spirizeon/dialga.git
cd dialga
- Compile Dialga using the
cargo build
make
cargo build --release
cp target/release/dialga .
You can optionally add dialga to $PATH
for better accessibility
Support for package managers
Coming soon 😉