From 4f519fec6787deaf1596e7da24a7a43b155fbc56 Mon Sep 17 00:00:00 2001 From: Avery Harnish Date: Fri, 30 Aug 2019 12:50:33 -0500 Subject: [PATCH 01/18] Remove link to docs for installation because they link back to wrangler README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 149ded34a..9958616e4 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,6 @@ cargo install wrangler If you don't have `cargo` or `npm` installed, you will need to follow these [additional instructions](#additional-installation-instructions) -For more information on installation, click [here](https://workers.cloudflare.com/docs/quickstart/cli-setup/). - ## Updating For information regarding updating Wrangler, click [here](https://workers.cloudflare.com/docs/quickstart/updating-the-cli/). From e9c94c887337fa66f7e1df711a2303f1482b66aa Mon Sep 17 00:00:00 2001 From: Avery Harnish Date: Tue, 10 Sep 2019 15:32:22 -0500 Subject: [PATCH 02/18] Add environment documentation to build, preview, and publish sections of readme --- README.md | 279 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 145 insertions(+), 134 deletions(-) diff --git a/README.md b/README.md index 0e4ee2b52..af406f7cb 100644 --- a/README.md +++ b/README.md @@ -41,99 +41,111 @@ General documentation surrounding workers development and using `wrangler` can b - ### 👯 `generate` - Scaffold a project, including boilerplate for a Rust library and a Cloudflare Worker. - You can pass a name and template to this command optionally. + Scaffold a project, including boilerplate for a Rust library and a Cloudflare Worker. + You can pass a name and template to this command optionally. - ```bash - wrangler generate