1
0
mirror of https://github.com/TeamNewPipe/website synced 2025-10-06 00:22:38 +02:00

Remove the dollar signs because they are coppied

This commit is contained in:
TobiGr
2022-08-24 10:07:14 +02:00
parent 38ac99dd75
commit 712baab752

View File

@@ -10,17 +10,17 @@ All sites are based on [Bootstrap](https://getbootstrap.com) 3.4.1 and [Jekyll](
#### Installation
Install Jekyll and Bundler gems through RubyGems:
``` sh
~ $ gem install jekyll bundler
gem install jekyll bundler
```
Navigate to the root directory of this project, dev environment:
``` sh
$ bundle install
bundle install
```
Navigate to this directory and build the site on the preview server:
``` sh
$ bundle exec jekyll serve
bundle exec jekyll serve
```
Open http://localhost:4000 in your browser.