mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
Adding README file
This commit is contained in:
parent
5403590374
commit
7e0b9d175b
2 changed files with 23 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
|
||||
# Sw/eden APT Site
|
||||
|
||||
## Install
|
||||
|
||||
Next you need to install `jekyll` Follow the guide here: https://jekyllrb.com/docs/installation
|
||||
|
||||
### Gems
|
||||
|
||||
Next, run `bundle install` to install all ruby gems needed.
|
||||
|
||||
```bash
|
||||
bundle install --path vendor/bundle
|
||||
```
|
||||
|
||||
### Build and run the site!
|
||||
|
||||
now you can build the site with this command
|
||||
|
||||
```bash
|
||||
bundle exec jekyll serve
|
||||
```
|
||||
|
|
@ -63,3 +63,4 @@ exclude:
|
|||
- package-lock.json
|
||||
- vendor
|
||||
- node_modules
|
||||
- README.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue