From 8de6c768647b9a4596ba6e84765d7d0e6a74fb6c Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 24 Apr 2012 16:27:55 +0900 Subject: [PATCH] mention make install --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 7f04e71de..e27587e21 100644 --- a/README +++ b/README @@ -36,8 +36,8 @@ Anki does not need installing, and can be run from the directory it is extracted to. If you extracted it to ~/anki-2.0 for example, you can run Anki by simply typing ~/anki-2.0/anki in a terminal. -If you don't want the source folder cluttering your home folder, you can move -it to /usr/local/lib/anki or another folder of your choice. +If you'd like to install it system wide, change to the folder you extracted it +to, and run 'sudo make install'. The makefile also supports uninstalling. More information -----------------