From 289418d28d9a81d50d165ab89a30d22b98f32423 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Tue, 24 Nov 2020 04:12:40 -0500 Subject: [PATCH] update docs --- docs/run-binary.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/run-binary.md b/docs/run-binary.md index 528c74ac..66969430 100644 --- a/docs/run-binary.md +++ b/docs/run-binary.md @@ -12,12 +12,14 @@ Download the [latest Bubble release](https://jenkins.bubblev.org/public/releases Open a command-line terminal. Unzip the file that you downloaded: - - unzip bubble.zip +```shell script +unzip bubble.zip +``` Change directories into the directory containing the files that were unzipped: - - cd bubble-Adventure_1.x.x # replace `Adventure_1.x.x` with the version that you downloaded +```shell script +cd bubble-Adventure_1.x.x # replace `Adventure_1.x.x` with the version that you downloaded +``` ## One-Time System Setup You'll need to install some software for Bubble to work correctly.