Skip to content

Commit bb719f0

Browse files
committed
Add intrusions for buiding medis
1 parent d2e1052 commit bb719f0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,28 @@ It also supports many advanced features:
1919
* Working with millions keys and key members without blocking the redis server
2020
* Pattern manager for easy selecting a sub group of keys.
2121

22+
## Download Medis
23+
24+
You can download compiled versions of Medis for Mac OS X from [the release page](https://github.com/luin/medis/releases). Support for Windows and Linux is coming soon.
25+
2226
## Running Locally
2327

2428
```shell
2529
$ npm install
2630
$ npm run dev
2731
$ npm start
2832
```
33+
34+
## Build Medis
35+
36+
```shell
37+
$ npm run deploy
38+
$ ./Medis.app
39+
```
40+
41+
## I love this. How do I help?
42+
43+
* Simply star this repository :-)
44+
* Help us spread the word on Facebook and Twitter
45+
* Contribute Code! We're developers!
46+
* Medis is available on the Mac App Store as a paid software. I'll be very grateful if you'd like to buy it to encourage me to continue maintaining Medis. There are no additional features comparing with the open-sourced version, except the fact that you can enjoy auto updating that brought by the Mac App Store.

0 commit comments

Comments
 (0)