Skip to content

Commit 8d4baf5

Browse files
authored
docs: Fix instruction to add New SDK (#25)
After cd'ing into the sdk directory, the packages directory is ../packages, not ./packages. Further simplify the line by removing the trailing slash from sdks and the dot-slash before <sdk_name>.
1 parent 448187e commit 8d4baf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ on unix platforms.
5050
}
5151
```
5252

53-
3. `cd sdks/ && ln -s ./packages/<registry>/<package_name> ./<sdk_name>`
53+
3. `cd sdks && ln -s ../packages/<registry>/<package_name> <sdk_name>`
5454

5555
- `<sdk_name>`: The same identifier used in the `sdk_info.name` field of the
5656
event.

0 commit comments

Comments
 (0)