https://github.com/boxed/cmi-presentation
CMi Presentation
https://github.com/boxed/cmi-presentation
Last synced: 2 months ago
JSON representation
CMi Presentation
- Host: GitHub
- URL: https://github.com/boxed/cmi-presentation
- Owner: boxed
- Created: 2013-11-13T07:38:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-14T06:55:11.000Z (over 12 years ago)
- Last Synced: 2025-05-29T01:39:21.467Z (about 1 year ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CMI Plugin: Presentation
==========================
This is the CMi plugin I used to present CMi in my talk at the Django meetup in Stockholm 2013-10-14. To use it in CMi
put this code into a folder called "presentation" in ~/Library/Application Support/CMi/plugins like this:
```bash
cd ~/Library/Application\ Support/CMi/
mkdir plugins
cd plugins
git clone git@github.com:boxed/CMI-presentation.git presentation
````