Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 967 Bytes

INSTALLATION.md

File metadata and controls

21 lines (15 loc) · 967 Bytes

This guide will help you to install and run the task_manager application into your computer.

From downloading rust to running the application

  1. To install the Rust language, you can use the installer called rustup. Download the installer from here.
  2. Once you have installed rustup, you can install the latest stable version of Rust by running the following command:
rustup install stable

At this point, you should have Rust and Cargo installed on your computer.

  1. Now to run the application, you need to clone the repository into your computer. If you don't know how to do it, you can read the github documentation.

  2. After cloning the repository, open it in your terminal and run the following command:

cargo run

This will run download the necessary dependencies and start the application.