diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-03-12 00:18:55 -0700 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-03-12 00:18:55 -0700 |
commit | a1d66b06725d0db5ebc4d3767e57c25f798a8770 (patch) | |
tree | 60f255cc6f632de13f6e0d617e08fd1590485449 | |
parent | 670f0878b650941b75c5e84efdaaddf636aad757 (diff) | |
download | lset-a1d66b06725d0db5ebc4d3767e57c25f798a8770.tar lset-a1d66b06725d0db5ebc4d3767e57c25f798a8770.tar.gz lset-a1d66b06725d0db5ebc4d3767e57c25f798a8770.tar.bz2 |
add dnf disclaimer
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ $ sudo apt install git npm nodejs python3 python3-pip ``` ### Fedora/CentOS/Other RHEL ```bash +# if 'yum' is not found, you should try 'dnf' $ sudo yum install git npm nodejs python3 python3-pip ``` ### Arch/Manjaro |