Skip to content

Install

Installing the Binary

  • You MUST have Rust installed

  • You can run the following command to install the binary.

    cargo install rbx-ds-cloud
    

    It will be installed on the $HOME/.cargo/bin path by default, you may change it in your system's enviorment variables.

  • You can download the repository and build from the source

    git clone https://github.com/RefinedDev/rbx-ds-cloud.git
    cd rbx-ds-cloud
    
    cargo build --release
    
  • Or, download and unzip the tool for your OS from the releases page

Installing the Library

  • If you would like to use rbx-ds-cloud in a Rust project, just add rbx-ds-cloud to the Cargo.toml dependancy list of that project

    [dependencies]
    rbx-ds-cloud = "0.1.3"
    
  • Or, you can use the cargo add command

    cargo add rbx-ds-cloud