Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 369 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 369 Bytes

quiz-chatbot-nc with Rust

Dependency

Ubuntu 18.04

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    sudo apt update
    sudo apt install cargo
    sudo apt install pkg-config
    sudo apt install libssl-dev

Usage

cd quiz-chatbot-nc
cp src/config-template.rs src/config.rs
vim src/config.rs # Edit configs
cargo run