]> git.street.me.uk Git - andy/viking.git/blobdiff - README
[DOC] Add an example screenshot of Viking.
[andy/viking.git] / README
diff --git a/README b/README
index 5bd497abed50eafb0bb7a5f820507c1107ecf3e3..e2e86f465b2f10a9e50acdf8f28b80687dc7a78d 100644 (file)
--- a/README
+++ b/README
@@ -16,8 +16,8 @@ Git repo:
 Installing Viking
 =================
 
-If you downloaded viking from Git, you have to:
-  $ autogen.sh
+If you downloaded Viking from Git, you have to:
+  $ ./autogen.sh
 
 Next, or if you downloaded a tarball, you have to:
   $ ./configure
@@ -26,7 +26,7 @@ Next, or if you downloaded a tarball, you have to:
 Check output of "./configure --help" for configuration options.
 In particular, it is possible to disable some features, like --disable-google in order to disable any Google stuff.
 
-If you whish to install viking, you have to (as root):
+If you wish to install Viking, you have to (as root):
   # make install
 
 For detailled explaination on install, see INSTALL file.