Skip to content

Commit

Permalink
docs: Fix instruction to add New SDK (#25)
Browse files Browse the repository at this point in the history
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>.
  • Loading branch information
rhcarvalho authored Jul 22, 2020
1 parent 448187e commit 8d4baf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ on unix platforms.
}
```

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

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

0 comments on commit 8d4baf5

Please sign in to comment.