Update README with building section

This commit is contained in:
Dave Syer
2014-10-31 15:59:32 +00:00
parent 637f404ead
commit 828494814b
2 changed files with 5 additions and 1 deletions

View File

@@ -3,3 +3,7 @@ include::intro.adoc[]
== Installation
include::install.adoc[]
== Building
include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/src/main/asciidoc/building.adoc[]

View File

@@ -18,7 +18,7 @@ file = ARGV[0] if ARGV.length>0
srcDir = File.dirname(file)
out = "// Do not edit this file (e.g. go instead to src/main/asciidoc)\n\n"
doc = Asciidoctor.load_file file, safe: :safe, parse: false
doc = Asciidoctor.load_file file, safe: :safe, parse: false, attributes: 'allow-uri-read'
out << doc.reader.read
unless options[:to_file]