diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-09-17 09:12:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-17 09:12:49 -0400 |
commit | b9c53e2940d28a1d3ef1a74272a5c0588fd6d267 (patch) | |
tree | c916f2ff48d79a21c0cafae12639dfe5a9a52868 | |
parent | add command (diff) | |
parent | Fix a typo in distro name (diff) | |
download | kirc-b9c53e2940d28a1d3ef1a74272a5c0588fd6d267.tar.gz kirc-b9c53e2940d28a1d3ef1a74272a5c0588fd6d267.tar.bz2 kirc-b9c53e2940d28a1d3ef1a74272a5c0588fd6d267.tar.xz kirc-b9c53e2940d28a1d3ef1a74272a5c0588fd6d267.tar.zst kirc-b9c53e2940d28a1d3ef1a74272a5c0588fd6d267.zip |
Merge pull request #27 from RMPR/master
Fix a typo in distro name
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ cd kirc makepkg -si ``` -Building and installing from source (works on **Rasbian**, **Debian**, **Ubuntu** and many other Unix distributions): +Building and installing from source (works on **Raspbian**, **Debian**, **Ubuntu** and many other Unix distributions): ```shell git clone https://github.com/mcpcpc/kirc.git |