Skip to content
Snippets Groups Projects
Verified Commit d47b54f3 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Update README.

Instructions for compiling the logos and favicons were outdated.
parent 6fc88e29
No related branches found
No related tags found
No related merge requests found
...@@ -4,19 +4,19 @@ ...@@ -4,19 +4,19 @@
- [Ruby](https://www.ruby-lang.org/en/) - [Ruby](https://www.ruby-lang.org/en/)
- [Jekyll](https://jekyllrb.com/) - [Jekyll](https://jekyllrb.com/)
- Latex distribution (for compiling logo image with tikz) and pdf2svg - Latex distribution (for compiling logo image with tikz) and `pdf2svg`
## Setup Instructions ## Setup Instructions
### Jekyll and necessary Gems ### Jekyll and necessary Gems
- clone this repository: `git clone git@git.dynare.org:Dynare/website.git` - clone this repository: `git clone --recursive git@git.dynare.org:Dynare/website.git`
- `cd website` - `cd website`
- `bundle install` - `bundle install`
### Create logo images ### Create logo images
- `cd assets/images/logo; ./makelogo.sh; cd -` - `make -C assets/images/logo`
### Mount website ### Mount website
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment