summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
+```