Skip to content

Commit b2f665f

Browse files
authored
Doc: Fix build instruction (#459)
1 parent 4d0adfa commit b2f665f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ cd aws-crt-java
9898
mvn install -Dmaven.test.skip=true
9999
# Clone the SDK repository
100100
git clone https://github.com/awslabs/aws-iot-device-sdk-java-v2.git
101-
cd ../aws-iot-device-sdk-java-v2
101+
cd aws-iot-device-sdk-java-v2
102102
# Compile and install
103103
mvn clean install
104104
```

0 commit comments

Comments
 (0)