Skip to content

Commit 8014f46

Browse files
authored
Merge pull request #20 from technosophos/release/v0.1.0
Releases v0.1.0
2 parents 6e00b58 + 444df66 commit 8014f46

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ Check out [the docs](/content/docs)
99

1010
## Getting Bartholomew
1111

12-
Currently, the best way to get Bartholomew is to fetch this directory. To build
13-
Bartholomew from source, just run `make build`, which basically does a
12+
The easiest way to start is to get the [Bartholomew site template](https://github.com/fermyon/bartholomew-site-template) and then download the [latest release of Bartholomew](https://github.com/fermyon/bartholomew/releases).
13+
14+
### Building from Source
15+
16+
To build Bartholomew from source, just run `make build`, which basically does a
1417
`cargo build --target wasm32-wasi --release`.
1518

1619
> `make build` also runs `wasm-opt`, which is part of the [Binaryen](https://webassembly.github.io/binaryen/) project.
1720
> This reduces the size of the WebAssembly module by optimizing the bytecode.
1821
19-
You can also use the pre-built `batholomew.wasm` or the versioned bindles.
20-
2122
To run Bartholomew, you will need a Wagi-capable runtime.
2223
For example, you can just download a recent release of [Wagi](https://github.com/deislabs/wagi) and put it on your `$PATH`.
2324
Then the `make serve` command can start it all up for you.

0 commit comments

Comments
 (0)