Skip to content

Commit

Permalink
added install instructions with scoop (windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed May 4, 2021
1 parent cc30f29 commit 9fc2357
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/getting_started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ Launch the `bin/{app}` script and follow the usage information provided.

[subs="attributes",source,bash]
----
brew install jruaux/tap/{app}
brew install redis-developer/tap/{app}
----

=== Scoop (Windows)

[subs="attributes",source,bash]
----
scoop bucket add redis-developer https://github.com/redis-developer/scoop-redis-developer.git
scoop install {app}
----

=== Build and Run
Expand Down

0 comments on commit 9fc2357

Please sign in to comment.