Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reisraff authored Jan 23, 2019
1 parent 9175922 commit 196b6e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,18 @@ And OS:

Download the library using [composer](https://packagist.org/packages/gabrielrcouto/php-gui):


#### Stable version
```bash
$ composer require gabrielrcouto/php-gui
```

#### Latest version (development)

```bash
$ composer require gabrielrcouto/php-gui:dev-master
```

Now, you can build a GUI application. Let's do a Hello World!

Create the file 'myapp.php':
Expand Down

0 comments on commit 196b6e2

Please sign in to comment.