Skip to content

Commit fada7d3

Browse files
committed
update README.md
1 parent e8b24c4 commit fada7d3

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,18 @@
22
This dependency is a part of **DevNet Framework**, a command-line Interface tool, for managing DevNet projects.
33

44
## Requirements
5-
- [DevNet Core](https://github.com/DevNet-Framework/core/) version 1.0
5+
- [PHP](https://www.php.net/) version 8.1 or higher
66
- [Composer](https://getcomposer.org/) version 2.0 or higher
77

8-
## Installation
9-
To install DevNet CLI in your project, run the following command in the terminal:
10-
```
11-
composer require devnet/cli
12-
```
13-
>**Note:** This is the minimal installation of DevNet Framework that allows you to create a console app only, but you can add other DevNet packages later, like devnet/web package to be able to create a web app.
8+
>**Note:** If you are using composer on a Linux operating system, please make sure that you have added the path "composer/vendor/bin" to the system environment variables in the ".bashrc" file as follows:
9+
>`echo 'export PATH="$PATH:$HOME/.config/composer/vendor/bin"' >> ~/.bashrc`
1410
15-
You can install DevNet CLI globally in your system, by run the following command in the terminal:
11+
## Installation
12+
It's recommended that you install DevNet CLI globally in your system, by run the following command in the terminal:
1613
```
1714
composer global require devnet/cli
1815
```
1916

20-
>**Note:** In order to run DevNet CLI globally in linux os, you need to add composer **bin** into the system environment variables.
21-
>`echo 'export PATH="$PATH:$HOME/.config/composer/vendor/bin"' >> ~/.bashrc`
22-
2317
## Usage
2418
To show help on how to use **DevNet Command Line**, run the following option in your terminal:
2519

0 commit comments

Comments
 (0)