Skip to content

Commit

Permalink
Added instructions to make executables
Browse files Browse the repository at this point in the history
  • Loading branch information
Masken8 authored Oct 14, 2020
1 parent 34eeafa commit 585cf6f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Studify Server
An intermediary server between the Studify Plugin and the Spotify API

# Make a Studify Server Executable
If you don't already have Lit, Luvi and Luvit installed follow the install instructions at https://github.com/luvit/lit/

To make the executable use the following command where `path/to/luvit` is the path to your Luvit install

```powershell
luvi .\ path/to/luvit -o studify-server.exe
```

0 comments on commit 585cf6f

Please sign in to comment.