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
This commit is contained in:
pgiraud
2010-11-12 14:22:10 +00:00
parent 8e9087344d
commit a56fe160d2

View File

@@ -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 ./