Skip to content

Commit c5ed8dd

Browse files
authored
Update README.md
1 parent 5f5b653 commit c5ed8dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ To run this sample:
2323

2424
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-java/blob/master/AUTH.md).
2525

26-
git clone https://github.com/Azure-Samples/managed-disk-java-convert-existing-virtual-machines-to-use-managed-disks.git
27-
28-
cd managed-disk-java-convert-existing-virtual-machines-to-use-managed-disks
29-
30-
mvn clean compile exec:java
26+
```bash
27+
git clone https://github.com/Azure-Samples/managed-disk-java-convert-existing-virtual-machines-to-use-managed-disks.git
28+
cd managed-disk-java-convert-existing-virtual-machines-to-use-managed-disks
29+
mvn clean compile exec:java
30+
```
3131

3232
## More information ##
3333

0 commit comments

Comments
 (0)