Skip to content

Commit a6ec553

Browse files
committed
Improve readme (add previews)
1 parent 93e6ac1 commit a6ec553

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,19 @@ composer create-project boson-php/app boson --prefer-dist
1616
After installation, navigate to your project directory and run the application:
1717

1818
```bash
19-
cd boson
2019
php index.php
2120
```
2221

2322
The desktop application will open.
2423

24+
<div align="center">
25+
26+
| <img src="https://habrastorage.org/webt/6z/uy/7n/6zuy7nzopxkjq83nnmlpafhiupq.png" /> | <img src="https://habrastorage.org/webt/jb/39/la/jb39laksyaksq4nhrhazchuw33o.png" /> | <img src="https://habrastorage.org/webt/y8/6f/hz/y86fhz4e1vwv0rx2wnlwcfmprmo.png" /> |
27+
|:------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------:|
28+
| Linux | macOS | Windows |
29+
30+
</div>
31+
2532
Note that BosonPHP is a tool for creating desktop applications,
2633
so you don't need a web server or browser - just run the PHP
2734
script directly from the console.
@@ -32,7 +39,7 @@ Once you've finished developing your application, you can
3239
compile it into a native executable:
3340

3441
```bash
35-
composer compile
42+
php vendor/bin/boson compile
3643
```
3744

3845
The compiled executable will be available in the `build/` directory

0 commit comments

Comments
 (0)