Update README.md
diff --git a/README.md b/README.md
index 712f4c6..58e884c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-<img src="images/betterhexlogo.png" alt="posterdown logo" align="right" width = "25%" height="25%"/>
 
 # posterdown
 
@@ -7,6 +6,8 @@
 [![Build Status](https://travis-ci.com/brentthorne/posterdown.svg?branch=master)](https://travis-ci.com/brentthorne/posterdown)
 <!-- badges: end -->
 
+<img src="images/betterhexlogo.png" alt="posterdown logo" align="right" width = "25%" height="25%"/>
+
 ## Why posterdown
 
 As a graduate student, I found that it is almost a rite of passage to take early research and analysis and generate a conference poster allowing for critical feedback. This is also important for facilitating meeting the people in your field at poster sessions at academic meetings. I have also noticed that while many of my fellow graduate students use R and are getting their feet wet with RMarkdown :blush:, we always had to go back to using MS Powerpoint or Keynote or Adobe Illustrator for generating conference posters :unamused:. Posterdown was created as a proof-of-concept (to myself) that it is possible to make a beautiful poster using open source reproducible code.
@@ -17,8 +18,24 @@
 |:---------------:|:---------------------:|:---------------------:|
 |[![](images/example_poster1.png)](https://brentthorne.github.io/posterdown_html_showcase/) | ![](images/betterposterland.jpg) | ![](images/betterposterport.png) |
 
+## Getting Started
 
-### Support
+> Until the first release of posterdown occurs on CRAN please fork this repo and use your version to ensure stability while building your poster. Changes made here can be sporadic but also tend to be drastic. Otherwise, use this repo at your own discression! :trollface:
+
+To install from github use `remotes::install_github("brentthorne/posterdown)`. 
+
+Now add this to the YAML options of your rmarkdown (.Rmd) file:
+
+```markdown
+---
+output: 
+  posterdown::posterdown_html
+---
+```
+
+For further customization options please see the (currently in progress :hammer:) [wiki](https://github.com/brentthorne/posterdown/wiki)
+
+## Support
 
 _Please consider supporting posterdown to ensure continued support and development for this package, as **grad school + open source developer != :dollar:.**_