diff options
| author | Peter Levart <[email protected]> | 2020-03-01 18:18:44 +0100 |
|---|---|---|
| committer | Peter Levart <[email protected]> | 2020-03-01 18:18:44 +0100 |
| commit | 6c55bdfe39dee9b38898ee1ad2e7e45e9945771a (patch) | |
| tree | 4e5a3450a80860c8d5286d13cd06315d25768be2 | |
| parent | Capitalize Python for consistency (diff) | |
| download | discord.py-6c55bdfe39dee9b38898ee1ad2e7e45e9945771a.tar.xz discord.py-6c55bdfe39dee9b38898ee1ad2e7e45e9945771a.zip | |
Change package manager yum to dnf
| -rw-r--r-- | README.ja.rst | 2 | ||||
| -rw-r--r-- | README.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README.ja.rst b/README.ja.rst index aa8db00d..f289c5fd 100644 --- a/README.ja.rst +++ b/README.ja.rst @@ -61,7 +61,7 @@ discord.py は機能豊富かつモダンで使いやすい、非同期処理に * PyNaCl (音声サポート用) -Linuxで音声サポートを導入するには、前述のコマンドを実行する前にお気に入りのパッケージマネージャー(例えば ``apt`` や ``yum`` など)を使って以下のパッケージをインストールする必要があります: +Linuxで音声サポートを導入するには、前述のコマンドを実行する前にお気に入りのパッケージマネージャー(例えば ``apt`` や ``dnf`` など)を使って以下のパッケージをインストールする必要があります: * libffi-dev (システムによっては ``libffi-devel``) * python-dev (例えばPython 3.6用の ``python3.6-dev``) @@ -61,7 +61,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``, ``yum``, etc) before running the above commands: +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: * libffi-dev (or ``libffi-devel`` on some systems) * python-dev (e.g. ``python3.6-dev`` for Python 3.6) |