Skip to content

Commit ef27615

Browse files
committed
Fix documents
1 parent 2dad020 commit ef27615

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013 Ryo Ameya
3+
Copyright (c) 2014 Ryo Ameya(o_ame) - http://randompaper.co
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
21+
THE SOFTWARE.

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## System Requirements
66

7-
- OS X with Ruby 2.0.0
7+
- OS X
88

99
## Installation
1010

@@ -42,22 +42,26 @@ qiita stocks <query>
4242

4343
### Development Installation
4444

45+
Run folloing commands to link this workflow to Alfred app manually.
46+
4547
```
4648
$ bundle install
4749
$ bundle exec rake link
4850
```
4951

50-
If you using Alfred with Dropbox Sync folder, you should type `rake link_dropbox` instead of `rake link`.
52+
If you put Alfred settings to another location, you should run following lines
53+
54+
```
55+
$ rake link ALFRED_WORKFLOW_PATH=/path/to/Alfred.alfredpreferences/workflows
56+
```
5157

52-
### Test
58+
### Testing workflow
5359
```
5460
$ bundle install
55-
$ echo 'NAME=[myname]' >> .env
56-
$ echo 'PASS=[password]' >> .env
5761
$ bundle exec rspec
5862
```
5963

6064

6165
## Thanks
6266

63-
- [Alfred 2 Ruby Template](https://github.com/zhaocai/alfred2-ruby-template)
67+
- [Alfred 2 Ruby Template](https://github.com/zhaocai/alfred2-ruby-template)

0 commit comments

Comments
 (0)