Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich authored Oct 29, 2019
1 parent 8004009 commit 8d278a8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ This packages the open-vector-editor web app as an electron tool that can be use

![image](https://user-images.githubusercontent.com/2730609/67169717-c59b6080-f348-11e9-995a-89b7213428ff.png)

# Download: https://github.com/tnrich/ove-electron/releases
# Installation Instructions:
- Go to https://github.com/tnrich/ove-electron/releases and find the latest release for the platform you're on (win/mac/linux)
- mac -- download the DMG file and double click to install it
- windows -- download the .exe file and double click to install it
- linux -- download the .AppImage file and open a terminal. Run:
```
chmod +x Open-Vector-Editor-0.1.5.AppImage
./Open-Vector-Editor-0.1.5.AppImage
```

# Developing
```
Expand Down

0 comments on commit 8d278a8

Please sign in to comment.