Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YewoMhango authored Mar 13, 2022
1 parent aee4ab3 commit 801c474
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
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.

0 comments on commit 801c474

Please sign in to comment.