https://github.com/lightsofapollo/guides-demo
Demoing the guides gem
https://github.com/lightsofapollo/guides-demo
Last synced: 5 months ago
JSON representation
Demoing the guides gem
- Host: GitHub
- URL: https://github.com/lightsofapollo/guides-demo
- Owner: lightsofapollo
- Created: 2011-10-24T01:17:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-24T01:24:07.000Z (over 14 years ago)
- Last Synced: 2024-12-27T15:12:47.281Z (over 1 year ago)
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guides Demo
Trying to demo the functionality of the guides gem.
Currently this is a very simple demo.
## Running Guide
The wonderful people at strobe have created
a pkg to install guides on your mac.
http://guides-pkg.strobeapp.com/Guides.pkg
If you have ruby 1.9.2 (not default on OSX)
you can simply install the guides gem.
Ruby 1.8 does not seem to work for me.
Then run the below in your terminal.
```bash
guides preview
```
## Adding new items to the guide.
Adding items to the guide is *REALLY* easy.
Look in guides.yml for an example of how
to add an item to the guide index.
Then add a your_new_guide.textile to
the source source/ directory. See source/getting_started.textile for an
example.