Skip to content

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Nicklas committed Apr 4, 2017
1 parent 5022a2a commit df0dff9
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ batch job.

1. Git clone this app in the desired location and go into the directory:

```sh
git clone <repo> bc_osc_matlab
```sh
git clone <repo> 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 <tag>
```
```sh
git checkout <tag>
```

2. This app requires the
[bc_fvwm_assets](https://github.com/OSC/bc_fvwm_assets) Bower asset, so we
Expand All @@ -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 <tag>
```
```sh
git checkout <tag>
```

3. Update the Bower assets:

```sh
node_modules/.bin/bower update --force
```
```sh
node_modules/.bin/bower update --force
```

## Specification

Expand Down

0 comments on commit df0dff9

Please sign in to comment.