Skip to content

Commit

Permalink
Fix indenting in the getting-started list (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson authored Feb 29, 2024
1 parent d473b20 commit 640a40c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ This is the source code for the [Geogeeks](https://geogeeks.org/) public website
## Getting Started

1. Install [Jekyll](https://jekyllrb.com/) and dependencies:
* Install [prereqs for Jekyll](https://jekyllrb.com/docs/installation/)
```bash
sudo apt-get install ruby
```
* Install Jekyll and bundler:
```bash
sudo gem install jekyll bundler
```
* Install [prereqs for Jekyll](https://jekyllrb.com/docs/installation/):
```bash
sudo apt-get install ruby
```
* Install Jekyll and bundler:
```bash
sudo gem install jekyll bundler
```
2. Clone this repository, and `cd` into it.
3. Install project dependencies:
```bash
bundle config set --local path 'vendor/bundle'
bundle install
```
* Start the dev server on [http://localhost:4000](http://localhost:4000) with:
4. Start the dev server on [http://localhost:4000](http://localhost:4000) with:
```bash
bundle exec jekyll serve
```
Expand Down

0 comments on commit 640a40c

Please sign in to comment.