From 3dd812cb498ac1dda2856c3d167d8e37b784c12c Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Wed, 4 Aug 2021 15:42:17 -0400 Subject: [PATCH 1/3] Mention the contracts Docker image in the project README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c8ee05d..f0dfe6e5 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,16 @@ More relevant links: * [Homebrew](https://formulae.brew.sh/formula/binaryen): `brew install binaryen` * [Arch Linux](https://archlinux.org/packages/community/x86_64/binaryen/): `pacman -S binaryen` * Windows: [binary releases are available](https://github.com/WebAssembly/binaryen/releases) - + There's only an old version in your distributions package manager? Just use a [binary release](https://github.com/WebAssembly/binaryen/releases). - + * Step 3: `cargo install --force cargo-contract` +### Docker Image +If you'd prefer to use Docker instead we have a Docker image [available on the Docker Hub](https://hub.docker.com/r/paritytech/contracts-ci-linux) +which contains the dependencies needed to build `cargo-contract`, as well as +`cargo-contract` itself. ## Usage -- GitLab From ed4da046e5a2fc32188a974491943febe4f275a7 Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Thu, 5 Aug 2021 12:29:56 -0400 Subject: [PATCH 2/3] Add wording suggestion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michael Müller --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f0dfe6e5..f9f8ae7e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ More relevant links: ### Docker Image If you'd prefer to use Docker instead we have a Docker image [available on the Docker Hub](https://hub.docker.com/r/paritytech/contracts-ci-linux) which contains the dependencies needed to build `cargo-contract`, as well as -`cargo-contract` itself. +a pre-built `cargo-contract` binary which you can just execute. ## Usage @@ -101,4 +101,3 @@ The entire code within this repository is licensed under the [GPLv3](LICENSE). Please [contact us](https://www.parity.io/contact/) if you have questions about the licensing of our products. - -- GitLab From e4de5e8d253d964ac922c6f6046007d81e4bf35c Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Thu, 5 Aug 2021 12:30:56 -0400 Subject: [PATCH 3/3] Add line between header and text start --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9f8ae7e..56c6882e 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ More relevant links: * Step 3: `cargo install --force cargo-contract` ### Docker Image + If you'd prefer to use Docker instead we have a Docker image [available on the Docker Hub](https://hub.docker.com/r/paritytech/contracts-ci-linux) which contains the dependencies needed to build `cargo-contract`, as well as a pre-built `cargo-contract` binary which you can just execute. -- GitLab