From a3dc03c2f2ebcf1453dbb543c3af5f298d570a17 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Mon, 4 Apr 2016 09:29:41 -0400 Subject: [PATCH] Created logout/in instructions for installing --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fac73f..8d43511 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Example Commands: ./setup.py dist_xo + #### activity/ This folder contains your `activity.info` file used to launch your activity, as well as your SVG icon. @@ -200,7 +201,7 @@ A symlink only has to be created once, but you should run these two commands fir ./setup genpot ./setup build -**If your activity does not appear on the desktop after you have installed it, check the activity list, and check your `activity.info` file for invalid values.** +**If your activity does not appear on the desktop after you have installed it, logout, log back in and then check the activity list, and check your `activity.info` file for invalid values.** ## GTK and Interfaces