From df0dff9785bd0bd1e6faa2e82ef2e7ff89b08dc8 Mon Sep 17 00:00:00 2001 From: Jeremy Nicklas Date: Tue, 4 Apr 2017 14:22:12 -0400 Subject: [PATCH] fix code formatting --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index d823e36..a7afdd5 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,17 @@ batch job. 1. Git clone this app in the desired location and go into the directory: - ```sh - git clone bc_osc_matlab + ```sh + git clone bc_osc_matlab - cd bc_osc_matlab - ``` + cd bc_osc_matlab + ``` 2. Checkout the version of the app you want to deploy: - ```sh - git checkout - ``` + ```sh + git checkout + ``` 2. This app requires the [bc_fvwm_assets](https://github.com/OSC/bc_fvwm_assets) Bower asset, so we @@ -32,29 +32,29 @@ batch job. 3. Install the Bower asset: - ```sh - node_modules/.bin/bower install - ``` + ```sh + node_modules/.bin/bower install + ``` ## Update 1. Fetch the updated code: - ```sh - git fetch - ``` + ```sh + git fetch + ``` 2. Checkout the desired tag: - ```sh - git checkout - ``` + ```sh + git checkout + ``` 3. Update the Bower assets: - ```sh - node_modules/.bin/bower update --force - ``` + ```sh + node_modules/.bin/bower update --force + ``` ## Specification