From 87edabc5b80523ae0d853dd2c7c6ece835bf35cf Mon Sep 17 00:00:00 2001 From: Arjun Sharda <77706434+ajsharda17@users.noreply.github.com> Date: Sat, 4 Jun 2022 19:52:12 -0500 Subject: [PATCH] Fix wording in README Co-authored-by: Danny --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 83d43a076..863c87248 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,7 @@ Optional Packages * `PyNaCl `__ (for voice support) -Please note that on Linux installing voice you must install the following packages via your favourite package manager (e.g. ``apt``, ``dnf``, etc) before running the above commands: +Please note that when installing voice support on Linux, you must install the following packages via your favourite package manager (e.g. ``apt``, ``dnf``, etc) before running the above commands: * libffi-dev (or ``libffi-devel`` on some systems) * python-dev (e.g. ``python3.6-dev`` for Python 3.6)