diff options
| author | Delmar Davis <ddavis@laika.com> | 2021-09-03 13:09:08 -0700 |
|---|---|---|
| committer | Delmar Davis <ddavis@laika.com> | 2021-09-03 13:09:08 -0700 |
| commit | bbdf527a23c449a06e20b73f5a789758460d9f2a (patch) | |
| tree | a320d6f232579f6637b17ad721ebe47d5f92453e | |
| parent | 5d3d74ef88cacc2a2014072ccc71d1da87306319 (diff) | |
Fix Readme
| -rw-r--r-- | README.md | 30 |
1 files changed, 8 insertions, 22 deletions
@@ -1,29 +1,15 @@ -# README # +# Brew Installation Script. # -This README would normally document whatever steps are necessary to get your application up and running. - -### What is this repository for? ### - -* Quick summary -* Version -* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) +This is a shell script used to install a minimal set of programs using homebrew. It is based on work from @kelfi ### How do I get set up? ### -* Summary of set up -* Configuration -* Dependencies -* Database configuration -* How to run tests -* Deployment instructions - -### Contribution guidelines ### +* Install Xcode. +* Comment out what you dont need. +* run the script. +* If you find this helpful fork it. + * when you install something usefull using homebrew add it to your fork. -* Writing tests -* Code review -* Other guidelines -### Who do I talk to? ### +* If you have suggestions send them. -* Repo owner or admin -* Other community or team contact
\ No newline at end of file |
