Skip to content

Commit a3a9629

Browse files
committed
update README.md
1 parent c3a307a commit a3a9629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This dependency is the main repository of **DevNet Framework**, and it includes
66
- [devnet/entity](https://github.com/DevNet-Framework/entity) an object-relational mapping system that helps to manipulate databases in an object-oriented way.
77

88
## Requirements
9-
- [PHP](https://www.php.net/) version 7.4 to 8.1
9+
- [PHP](https://www.php.net/) version 8.1 or higher
1010
- [Composer](https://getcomposer.org/) version 2.0 or higher
1111

1212
## Installation
@@ -21,7 +21,7 @@ You can install DevNet Framework globally in your system, by run the following c
2121
composer global require devnet/framework
2222
```
2323

24-
>**Note:** In order to run DevNet CLI globally in linux os, you need to add composer **bin** into the system environment variables.
24+
>**Note:** when you install composer in Linux operating system, please do not forget to add composer/vendor/bin into the system environment variables inside the file .bashrc like this:
2525
>`echo 'export PATH="$PATH:$HOME/.config/composer/vendor/bin"' >> ~/.bashrc`
2626
2727
## Documentation

0 commit comments

Comments
 (0)