-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aee4ab3
commit 801c474
Showing
1 changed file
with
10 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 |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# MyLamp Bible | ||
This is a desktop Windows Bible app made with electron. Download page can be found [here](https://YewoMhango.github.io/MyLamp/index.html) | ||
|
||
# Installation on Ubuntu (or just Debian) | ||
If you download the .deb file, you can install the app by running | ||
|
||
``` | ||
sudo dpkg -i package_name.deb | ||
``` | ||
|
||
# Running Using NPM | ||
You can run the app from source by first cloning this repository, running `npm install` to install dependencies the first time and running `npm start` whenever you want to run the app. |