Information about make get in the case of the first run to the Readme file has been added. (#182)
Signed-off-by: anatoly@nspcc.ru <anatoly@nspcc.ru>
This commit is contained in:
parent
b156466654
commit
3ed668a144
1 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,14 @@ $ git clone https://github.com/nspcc-dev/neofs-dev-env.git
|
|||
|
||||
Run next commands from project's root:
|
||||
|
||||
```
|
||||
$ make get
|
||||
```
|
||||
|
||||
This command should be executed for the first run only to execute
|
||||
`make hosts`. It is part of the `make up` and, if the hosts have
|
||||
been added already, there is no need to run it separately.
|
||||
|
||||
```
|
||||
$ make hosts
|
||||
192.168.130.10 bastion.neofs.devenv
|
||||
|
|
Loading…
Reference in a new issue