summarylogtreecommitdiffstats
path: root/librepcb-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'librepcb-git.install')
-rw-r--r--librepcb-git.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/librepcb-git.install b/librepcb-git.install
index 423fbf48c248..6fddf0723ec0 100644
--- a/librepcb-git.install
+++ b/librepcb-git.install
@@ -9,6 +9,13 @@ post_install() {
post_upgrade() {
post_install "$1"
+ echo ""
+ echo "Note: As LibrePCB is still in development, you should clone"
+ echo "the demo workspace from https://github.com/LibrePCB/demo-workspace"
+ echo "and use it as your LibrePCB workspace."
+ echo "Otherwise you won't have a components library and some parts"
+ echo "of the UI will not work."
+ echo ""
}
post_remove() {