Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntixK authored May 7, 2019
1 parent cd692a7 commit f3e73db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ Squirrel Curve Studio is an intuitive easy-to-use app for creating beautiful spl
## For Developers [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues)
I welcome pull-requests for any new functionality or improving the app's experience overall. I am currently looking towards decreasing the app size using Neutralino.js.

To get started, clone this repository using [Git](https://git-scm.com) and install [npm](http://npmjs.com) along with [Node.js](https://nodejs.org/en/download/).
From your command line:

```bash
# Clone this repository
git clone https://github.com/AntixK/Curve-Studio
# Go into the repository
cd Curve-Studio
# Install dependencies
npm install
# Run the app
npm start
```

## For End-Users
See [releases](https://github.com/AntixK/Curve-Studio/releases) for getting pre-built binaries.

Expand Down

0 comments on commit f3e73db

Please sign in to comment.