Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

rade-package-manager/rade-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rade-installer

This program clones Comrade using Git, builds it using Cargo, and installs comrade.

installer.sh: As mentioned above, this is a shell script that installs, clones, and builds comrade.

check_comrade_install_dependency.rs: installer.sh installs using curl and builds this program using rustc. This program checks the dependencies needed to build comrade and verifies if it can be installed.