Function redox_installer::install

source ·
pub fn install<P, S>(
    config: Config,
    output: P,
    cookbook: Option<S>,
    live: bool
) -> Result<(), Error>
where P: AsRef<Path>, S: AsRef<str>,