summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-11-24 18:05:52 +0100
committerxengineering <me@xengineering.eu>2024-11-24 18:05:52 +0100
commiteffab958449ea54b07ba71a9075720fdfdaf0267 (patch)
tree3f658a31d52d4f7494476197bdd2acdf697dacab
parentd6296cb8133f36af8252ff0827fb9d730faf0073 (diff)
downloadgraphics-inkscape-effab958449ea54b07ba71a9075720fdfdaf0267.tar
graphics-inkscape-effab958449ea54b07ba71a9075720fdfdaf0267.tar.zst
graphics-inkscape-effab958449ea54b07ba71a9075720fdfdaf0267.zip
Add README.md with usage instructions
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..aee2a95
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# art-inkscape
+
+This repository contains Inkscape files with art to be included in other
+projects.
+
+## Usage
+
+CMake is used to provide a build directory.
+
+```
+cmake -Bbuild -GNinja
+```
+
+Ninja executes the build inside the build folder.
+
+```
+ninja -C build
+```
+
+The results are placed inside the `build` folder.