summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/InstallDesktopFile.hs3
-rw-r--r--doc/assistant.mdwn4
-rw-r--r--doc/assistant/osx-app.pngbin0 -> 2604 bytes
3 files changed, 4 insertions, 3 deletions
diff --git a/Build/InstallDesktopFile.hs b/Build/InstallDesktopFile.hs
index 9c721f968..7d5e250f7 100644
--- a/Build/InstallDesktopFile.hs
+++ b/Build/InstallDesktopFile.hs
@@ -96,8 +96,7 @@ installOSXAppFile appdir appfile mcontent = do
let src = "ui-macos" </> appdir </> appfile
home <- myHomeDir
dest <- ifM isRoot
- -- no idea where to install as root
- ( return $ "/Library/git-annex" </> appdir </> appfile
+ ( return $ "/Applications" </> appdir </> appfile
, return $ home </> "Desktop" </> appdir </> appfile
)
content <- maybe (readFile src) return mcontent
diff --git a/doc/assistant.mdwn b/doc/assistant.mdwn
index bccd029e0..be67213f7 100644
--- a/doc/assistant.mdwn
+++ b/doc/assistant.mdwn
@@ -14,9 +14,11 @@ That will change soon!)
## quick start
-To get started with the git-annex assistant, just run it from the menu:
+To get started with the git-annex assistant, just pick it from
+your system's list of applications.
[[!img assistant/menu.png]]
+[[!img assistant/osx-app.png]]
It'll prompt you to set up the folder:
diff --git a/doc/assistant/osx-app.png b/doc/assistant/osx-app.png
new file mode 100644
index 000000000..386fb832d
--- /dev/null
+++ b/doc/assistant/osx-app.png
Binary files differ