From c47a5e298c3a8730a9a7a08ee525eb9f602d9c59 Mon Sep 17 00:00:00 2001 From: Mateus Devino <19861348+mdevino@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:10:19 -0300 Subject: [PATCH] Update README.md Co-authored-by: Gaurav Kumbhat --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ecd49a4..f20ba92f 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ Orchestrator server for invocation of detectors on text generation input and out ## Getting Started Make sure Rust and Cargo are [installed](https://doc.rust-lang.org/cargo/getting-started/installation.html). -Also, make sure you install perl and protobuf. +Make sure you install protobuf. -You can run the following commands to install dependencies on Fedora: +### Instructions for Fedora: ```sh # Install system dependencies sudo dnf install git rustup gcc perl @@ -23,8 +23,6 @@ unzip protoc-*.zip -d /usr/local && rm protoc-*.zip # Install Rust tools rustup-init -y . ~/.bashrc # If you're on bash, so commands rustc and cargo become available. -``` - To build and install the binary locally: ```sh