Skip to content

Commit

Permalink
docs(readme): update installation instructions with submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Aug 3, 2019
1 parent 968d7dc commit 3866e7d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,23 @@ $ bundler --version

## Installation

Clone the repository:
Clone the repository with SSH:

```sh
$ git clone --recursive git@github.com:remarkablemark/remarkablemark.github.io.git
$ cd remarkablemark.github.io
```

Or clone the repository with HTTPS:

```sh
$ git clone https://github.com/remarkablemark/remarkablemark.github.io.git
$ cd remarkablemark.github.io
$ sed -i '' 's/:/\//; s/git@/https:\/\//' .gitmodules
$ git submodule update --init --recursive
```

Install dependencies:
Install the dependencies:

```sh
$ bundle install
Expand Down

0 comments on commit 3866e7d

Please sign in to comment.