Skip to content

Commit

Permalink
modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
aminyasser committed Oct 8, 2021
1 parent 3641826 commit 9818672
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ This framework made for learning prupose and may have some issues and still unde

## Getting Started

Run this command from any directory to install new TidyPHP Application. Required PHP 7.4.7 or newer.

```bash
composer create-project tidyphp/tidyphp [app-name]
```
Replace ``[app-name]`` with your need directory name for your new application.
and to run the application for development you must start from ``public`` path. or simply do this.
```bash
cd [app-name]
composer serve
```

## Documentation

Expand Down
3 changes: 2 additions & 1 deletion views/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
<p style="color :gray ; font-size: 35px; font-weight:800"> Welcome to</p>
<img width="30%" src="<?= asset('images/tidy-logo.png') ?>" alt="">
<img class="m-auto" style="display:block;" src="<?= asset('images/TidyPHP.png') ?>" alt="">
<a style="font-size:20px"class="link-primary" href="#">Go To the documentation</a>
<a style="font-size:20px"class="link-primary"
href="https://github.com/aminyasser/TidyPHP#Documentation">Go To the documentation</a>
</div>

0 comments on commit 9818672

Please sign in to comment.