Skip to content

Commit

Permalink
Added copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
vanzod authored Sep 8, 2022
1 parent db0c7f9 commit 90c962b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion examples/bastion/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ source azurehpc/install.sh

## Step 2 - Initialize the project

To start you need to copy this directory in the desired working location and update the `variables.json` file with the desired parameters defining the resources to be created by AzureHPC.
To start you need to copy this directory in the desired working location:

```
cp -r $azhpc_dir/examples/bastion <destination_path>
cd <destination_path>/bastion
```

Then update the `variables.json` file with the desired parameters defining the resources to be created by AzureHPC.

| Variable | Value |
|------------------------------|-------------------------------------------------------------------------|
Expand Down

0 comments on commit 90c962b

Please sign in to comment.