cluster_search/commit

Update readme with hack to get own media_cache version.

authorChris Dijkshoorn
Sun Dec 29 21:13:08 2013 +0100
committerChris Dijkshoorn
Sun Dec 29 21:13:08 2013 +0100
commit4236bd9947cc1dee8375ab95438d9c46110a819b
treeca06f772c645f0ab232734b3af34b31aa911edaa
parent884873f6b2f8862173763900a5f9983a5a8619a1
Diff style: patch stat
diff --git a/README.md b/README.md
index 1d490c5..abbee9d 100644
--- a/README.md
+++ b/README.md
@@ -37,13 +37,13 @@ Start the webserver and install the required cpacks:
 ```bash
 $ ./run.pl
 ?- cpack_install(find_resource).
-?- cpack_install(media_cache).
 ?- halt.
+$ cd cpack
+$ git clone rasvaan@eculture.cs.vu.nl:/home/rasvaan/git/media_cache.git
 ```
 
 Clone the cluster_search package in the clustersearch/cpack folder:
 ```bash
-$ cd cpack
 $ git clone git@github.com:rasvaan/cluster_search.git
 ```
 
@@ -51,6 +51,7 @@ Start the webserver and configure the cluster_search cpack:
 ```bash
 $ cd ..
 $ ./run.pl
+?- cpack_configure(media_cache).
 ?- cpack_configure(cluster_search).
 ```