summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index d8540bb..ddb1dac 100644
--- a/README.md
+++ b/README.md
@@ -73,5 +73,8 @@ On Unix/Linux SCons will use `pkg-config` to determine the compiler and linker f
Note: The Qt that comes with your Linux distribution might not be up to date and may have issues with some desktop environments.
-### Building Swift
+#### Building Swift
To build Swift, simply open a terminal, go to the project root and run `./scons Swift`. Afterwards you can start Swift by running `./Swift/QtUI/swift-im`.
+
+#### Installing Swift
+To install Swift on the system (e.g. in the `/usr/local` directory), run `./scons SWIFT_INSTALLDIR=/usr/local /usr/local` in the Swift project folder.