Releasing
[cc0/argeo-build.git] / README
diff --git a/README b/README
index db0db62781991c3d3cbc8153d1a0796f0f258b8f..6ce9473863a29cde4499fef9b0199a7b0bd13de1 100644 (file)
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ Argeo Build depends on the Eclipse ECJ Java compiler, and on the BND Tools libra
 
 - osgi.mk           is included in the root Makefile of the layer being built
 - configure         configures a build environment
-- Make.java         compiles Java code and creates OSGi bundles based on the bnd.bnd file of each project within the layer
+- Make.java         compiles Java code, creates OSGi bundles based on the bnd.bnd file in each project
 - Repackage.java    downloads and repackages as OSGi bundles Maven artifacts or Eclipse releases (cf. Argeo TP)
 
 ## Usage
@@ -17,9 +17,19 @@ git clone http://git.argeo.org/lgpl/argeo-commons.git --recursive
 export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64/
 ./argeo-commons/configure
 cd argeo-commons
-make clean all manifests
+make clean all
 
-Argeo Build will be installed as a git submodule under ./sdk/argeo-build/.
+Argeo Build is installed as a git submodule under
+./sdk/argeo-build/
+
+In order to configure a new project, copy the file
+configure.template
+from this directory as
+configure
+at the root of the project, and make it executable:
+chmod +x configure
+git --chmod +x configure
 
 ## Licensing
-This code is in the public domain under the CC0 v1.0 license, so that it can be used in any context by Argeo (or anyone else).
\ No newline at end of file
+This code is in the public domain under the CC0 v1.0 license,
+so that it can be used in any licensing context by Argeo or anyone else.
\ No newline at end of file