Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 539 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 539 Bytes

mdchat-client

Dependencies

Internal dependencies

  • mdchat_common

External dependencies

Compilation

To compile the project:

# 1. Download the project using Git
git clone https://github.com/dousamichal0807/mdchat.git
# 2. Navigate into the directory
cd mdchat
# 3. Change the branch from `development` to a stable branch, for example:
git checkout -b v0.2.0
# 4. Navigate into client directory
cd client
# 5. Build with Cargo
cargo build --release