From a56fe160d29b201a3f217a35a931412712bfaf29 Mon Sep 17 00:00:00 2001 From: pgiraud Date: Fri, 12 Nov 2010 14:22:10 +0000 Subject: [PATCH] The built library file is now at the root level in the release archives (Closes #2923) git-svn-id: http://svn.openlayers.org/trunk/openlayers@10895 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 99a6b35d2d..ce416d2bc1 100644 --- a/readme.txt +++ b/readme.txt @@ -31,7 +31,7 @@ To include the OpenLayers library in your web page from the root of the site, us As an example, using bash (with the release files in ~/openlayers ): $ cd /var/www/html -$ cp ~/openlayers/build/OpenLayers.js ./ +$ cp ~/openlayers/OpenLayers.js ./ $ cp -R ~/openlayers/theme ./ $ cp -R ~/openlayers/img ./