Skip to content

Commit

Permalink
Add how to install requirements in RHEL-based (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
tats-u authored Nov 19, 2024
1 parent ac8fa57 commit 86148e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/docs/proto/install.mdx
Original file line number Diff line number Diff line change
@@ -18,8 +18,11 @@ The following guide can be used to install proto into your environment.
# macOS
brew install git unzip gzip xz

# Linux
# Ubuntu / Debian
apt-get install git unzip gzip xz-utils

# RHEL-based / Fedora
dnf install git unzip gzip xz
```

## Installing

0 comments on commit 86148e3

Please sign in to comment.