-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added instructions to make executables
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |