Skip to content

Commit 7645b54

Browse files
committed
Add redis.app to readme file
1 parent 0ee9e9f commit 7645b54

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ Version numbers of this project (mongoDB.app) try to communicate the included ve
1515

1616
The version number also includes a build number which is used to indicate the current version of mongoDB.app and it's independent from the bundled mongoDB's version.
1717

18-
## Adding mongo binaries to your path
18+
### Adding mongo binaries to your path
1919
If you need to add the mongoDB binaries to your path you can do so by adding the following to your `~/.bash_profile`.
2020

2121
```bash
2222
# Add mongoDB.app binaries to path
2323
PATH="/Applications/MongoDB.app/Contents/Resources/Vendor/mongodb:$PATH"
2424
```
25+
26+
### Similar projects
27+
28+
- [Redis.app](https://jpadilla.github.io/redisapp/)

0 commit comments

Comments
 (0)