From 46e7a718f8b8b90fba93a5c278ac935ae9de7f27 Mon Sep 17 00:00:00 2001 From: Jack Hill Date: Wed, 31 Aug 2022 15:10:31 +0000 Subject: [PATCH] Fix small typos in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48fbad58..4f307e39 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Nightly Android APKs are available at [KDE's Binary Factory](https://binary-fact # Building -Note: When using versions of kasts built from git-master, it's possible that the database format or the name of downloaded files change from one version to another without the necessary migrations to handle it. If you notice bugs after upgrading to a git-master version, export your feeds, delete `~/.local/share/KDE/kasts` and import the feeds again. +Note: When using versions of Kasts built from git-master, it's possible that the database format or the name of downloaded files change from one version to another without the necessary migrations to handle it. If you notice bugs after upgrading to a git-master version, export your feeds, delete `~/.local/share/KDE/kasts` and import the feeds again. ## Requirements - KCoreAddons @@ -37,7 +37,7 @@ Note: When using versions of kasts built from git-master, it's possible that the ``` git clone https://invent.kde.org/plasma-mobile/kasts cd kasts -mkdir build && cd build +mkdir build && cd build cmake .. -DCMAKE_PREFIX_PATH=/usr make sudo make install