Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
csaez committed Aug 18, 2016
1 parent 6a0e97b commit 5543c24
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ A minimal Qt based menu to quickly find and execute Maya commands and user scrip

## Installation

There are many ways to go about this, but for casual user I would recommend simply copy
There are many ways to go about this, but for casual users I would recommend simply copy
`quicklauncher.py` to your maya script directory.

If you are a developer or want to integrate quicklauncher in your pipeline, use the standard
`setup.py` script instead as it brings way more flexibility.
If you are a developer or want to integrate quicklauncher in your pipeline, I highly recommend
the standard `setup.py` script as it brings more flexibility and is the exact same procedure as
every other python library.

```python
python setup.py install
Expand Down Expand Up @@ -46,7 +47,7 @@ quicklauncher.setup_hotkey()
> attribute editor and editors alike.

For more info (there are a few interesting things you can do), check the [Wiki][]
For more info, check the [Wiki][] (there are a few interesting things you can do).

[Wiki]: https://github.com/csaez/quicklauncher/wiki

Expand Down

0 comments on commit 5543c24

Please sign in to comment.