summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorErik Prabowo Kamal <erik@darapsa.org>2025-12-10 20:59:54 +0800
committerErik Prabowo Kamal <erik@darapsa.org>2025-12-10 21:08:10 +0800
commitb2c5da1d29ceeb8ce0dcf08d6ed78eb00793a8d0 (patch)
tree9ff662f61caa21cad465a6dfa8debe2eb840019d /README.md
parent2f18a0f6663141b567a75faa7e3e52b5dfa4f002 (diff)
Installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 131aaa5..0588e8b 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,19 @@
# QML implementation of [Eduport](https://eduport.webestica.com)
+
+# Installation
+
+## Getting
+
+```sh
+$ git clone git://darapsa.org/qeduport.git
+$ cd qeduport
+$ mkdir build
+$ cd build
+```
+
+## Installation
+
+```sh
+$ /Applications/Qt/QtDesignStudio/qt6_design_studio_reduced_version/bin/qmake ../Eduport.pro
+$ make install
+```