Skip to content
Snippets Groups Projects
Commit b7fc1cc7 authored by Cam Saul's avatar Cam Saul
Browse files

update readme

parent 35e2aa97
No related branches found
No related tags found
No related merge requests found
......@@ -47,17 +47,15 @@ You can update the GitHub pages documentation using
You should be on the `master` branch without any uncommited local changes before doing so. Also, make sure you've fetched the branch `gh-pages` and can push it back to `origin`.
## Options
## Bootstrapping (for Development)
...
To quickly get your dev environment set up, use the `bootstrap` function to create a new User and Organization.
Open a REPL in Emacs or with `lein repl` and enter the following:
## Examples
(use 'metabase.bootstrap)
(bootstrap)
...
### Bugs
...
You'll be walked through the steps to get started.
## License
......@@ -65,4 +63,3 @@ You should be on the `master` branch without any uncommited local changes before
Copyright © 2015 FIXME
Distributed under the terms of the GNU Affero General Public License (AGPL) except as otherwise noted. See individual files for details.
......@@ -3,8 +3,6 @@
(defproject metabase "metabase-0.1.0-SNAPSHOT"
:description "Metabase Community Edition"
:url "http://metabase.com/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:min-lein-version "2.0.0"
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/core.async "LATEST"] ; facilities for async programming + communication (using 'LATEST' because this is an alpha library)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment