about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlex <40271862+Moldytzu@users.noreply.github.com>2021-11-21 17:30:28 +0200
committerGitHub <noreply@github.com>2021-11-21 17:30:28 +0200
commit6390b1b9a8cb37249bc16b00d7ed9bde822feb2b (patch)
tree3fd17d607a8610c5bfd9e3b01ff6b628593a32d8
parentf68082edad60eeeb9be882c34924c0e7ba286693 (diff)
downloadbox64-6390b1b9a8cb37249bc16b00d7ed9bde822feb2b.tar.gz
box64-6390b1b9a8cb37249bc16b00d7ed9bde822feb2b.zip
fix typos again
-rw-r--r--pkgbuilds/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgbuilds/README.md b/pkgbuilds/README.md
index 4273f546..a3d7631a 100644
--- a/pkgbuilds/README.md
+++ b/pkgbuilds/README.md
@@ -14,11 +14,11 @@ In the future, I might try to do an unified PKGBUILD for all platforms that will
 ### 2. What platforms are currently supported.
 All specified in [COMPILE.md](../COMPILE.md).
 
-### 3. Any advantages with that sollution?
-This might give you some advantages like those:
+### 3. Any advantages with this solution?
+This might give you some advantages like:
 - automatic updates (with some AUR frontends like [`pamac-aur`](https://aur.archlinux.org/packages/pamac-aur/) or [`yay`](https://aur.archlinux.org/packages/yay));
 - easily uninstall with `pacman -R` when no needed (no need other scripts nor Makefile to do this);
 - your `box64` installation is recognized as a package (where it wasn't when installing with `make install`).
 
 
-### Note: You can use [makedeb](https://github.com/makedeb/makedeb) (or) [pkgbuild2spec](https://github.com/prozum/pkgbuild2spec) to compile box64 to .deb or .rpm installer files.
\ No newline at end of file
+### Note: You can use [makedeb](https://github.com/makedeb/makedeb) (or) [pkgbuild2spec](https://github.com/prozum/pkgbuild2spec) to compile box64 to .deb or .rpm installer files.