Skip to content

Commit c6f726b

Browse files
committed
Bug fixed
1 parent 486ea70 commit c6f726b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,16 @@ $ bundle install
4747
$ bundle exec rake link
4848
```
4949

50+
If you using Alfred with Dropbox Sync folder, you should type `rake link_dropbox` instead of `rake link`.
51+
5052
### Test
5153
```
5254
$ bundle install
53-
$ rspec
55+
$ echo 'NAME=[myname]' >> .env
56+
$ echo 'PASS=[password]' >> .env
57+
$ bundle exec rspec
5458
```
5559

56-
If you using Alfred with Dropbox Sync folder, you should type `rake link_dropbox` instead of `rake link`.
5760

5861
## Thanks
5962

0 commit comments

Comments
 (0)