From 68d13edbf435bb08e28be38340541df1b941e2c6 Mon Sep 17 00:00:00 2001 From: Jeb Date: Thu, 17 Sep 2020 09:49:25 -0400 Subject: [PATCH] Update write_first_app.rst Fix typo for installation of `build-essential` package Signed-off-by: Jeb Elliott --- docs/source/write_first_app.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/write_first_app.rst b/docs/source/write_first_app.rst index 43fd8e997a9..94dfee98fa1 100644 --- a/docs/source/write_first_app.rst +++ b/docs/source/write_first_app.rst @@ -88,7 +88,7 @@ In addition to the standard :doc:`prereqs` for Fabric, this tutorial leverages t .. code:: bash - sudo apt install build-essentials + sudo apt install build-essential Set up the blockchain network -----------------------------