diff --git a/README.md b/README.md index 00bec88..6e13ce5 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,32 @@ GB6 is a billion-scale real-time communication platform integrating advanced bot - GStreamer # Deploy platform -./deploy.sh + + +## Linux && Mac +``` +sudo apt update + +sudo apt install brave-browser-beta + +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y +source "$HOME/.cargo/env" +git clone https://alm.pragmatismo.com.br/generalbots/gbserver + +apt install -y build-essential \ + pkg-config \ + libssl-dev \ + gcc-multilib \ + g++-multilib \ + clang \ + lld \ + binutils-dev \ + libudev-dev \ + libdbus-1-dev +``` + +## Build + ``` ### Build & Run