Skip to content

Commit

Permalink
Merge pull request #108 from thomthom/master
Browse files Browse the repository at this point in the history
Minor tweaks to the README.
  • Loading branch information
thomthom committed Nov 27, 2013
2 parents a4b33c1 + a3e0e28 commit 251efb1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@ import and export.

## Installing

The latest and greatest is available as an RBZ file. Download the file from this url:
The latest and greatest is available as an RBZ file. Download the file from this URL:

http://extensions.sketchup.com/content/sketchup-stl

Then inside SketchUp, select `Window → Preferences` (Microsoft Windows) or `SketchUp → Preferences` (Mac OS X) `→ Extensions → Install Extension` and select the RBZ file you just downloaded. Voila! SketchUp installs the extension. You'll find a new import type under `File → Import and a File → Export STL` menu option as well.

## Contributing



#### Members
### Members

If you're an owner of this repo, here are some steps.

Expand All @@ -32,13 +30,13 @@ Use your favorite editor to edit README.md. Then...
git commit -m "Editing our README" // Records changes in the local branch.
git push // Submits to repository. Yay!

#### Community
### Community

If you're a SketchUp Ruby community member, you need to fork this repo (If you don't know what that is, that's okay, we barely know ourselves. Go google some GitHub tutorials and give it a try. Please improve our README.md file with better instructions!)

##### Steps
#### Steps

1. Fork this repo ([tut](https://help.github.com/articles/fork-a-repo)). Forking will create a copy of this repo under your GitHub user name.
1. Fork this repo ([tutorial](https://help.github.com/articles/fork-a-repo)). Forking will create a copy of this repo under your GitHub user name.

1. Clone your fork. For this you will need git installed on your personal computer. [GitHub for Windows](http://windows.github.com/) is a good choice.

Expand Down

0 comments on commit 251efb1

Please sign in to comment.