Bootstrap instructions

This commit is contained in:
Joe Cheng
2012-06-22 08:06:14 -07:00
parent acdaba2b0e
commit bbd3643833

View File

@@ -1,2 +1,10 @@
# Shiny
### A web framework for R
### A web framework for R
```sh
sudo apt-get install ruby1.9.1 ruby1.9.1-dev
sudo gem install bundler
cd shiny
bundle install --path vendor
./run.sh
```