removed Aude

updated README.md
This commit is contained in:
kflux 2019-10-08 10:48:55 +02:00
parent f972d8d46e
commit 77c7bbf9fc
105 changed files with 744 additions and 750 deletions

View file

@ -8,15 +8,14 @@ scopesessions.org
### Development
* Install [Jekyll](http://jekyllrb.com)
* Clone repository
```
git clone https://acorbi@bitbucket.org/acorbi/scopesessions.org.git
```
* Install dependencies
```
bower install
bundle install
sudo apt-get install jekyll
sudo gem install bundle
sudo bundle install
```
* Serve files
```