diff --git a/docs/developement.md b/docs/developement.md index 02b18d9..6359548 100644 --- a/docs/developement.md +++ b/docs/developement.md @@ -4,21 +4,11 @@ Ensure the following tools are installed and present in your `$PATH`: - [`pulumictl`](https://github.com/pulumi/pulumictl#installation) - [Go 1.17](https://golang.org/dl/) or 1.latest -- [NodeJS](https://nodejs.org/en/) 14.x. We recommend using [nvm](https://github.com/nvm-sh/nvm) to manage NodeJS installations. +- [NodeJS](https://nodejs.org/en/) 14.x. Only for javascript user, We recommend using [nvm](https://github.com/nvm-sh/nvm) to manage NodeJS installations. - [Yarn](https://yarnpkg.com/) -- [TypeScript](https://www.typescriptlang.org/) -- [Python](https://www.python.org/downloads/) (called as `python3`). +- [TypeScript](https://www.typescriptlang.org/) Only for javascript user +- [Python](https://www.python.org/downloads/) (called as `python3`). Only for python user - -## Patch - -Please patch -```bash -export GOPATH=$PWD # not needed but recomended as you patch $GOPATH/pkg/ -chmod -R a+r $GOPATH/pkg/ -chmod -R a+w $GOPATH/pkg/ -patch $GOPATH/pkg/mod/github.com/hashicorp/terraform-plugin-sdk@v1.17.2/internal/configs/configload/loader_snapshot.go .osc-patch/patch.go -``` ## Building the Provider and SDKs To build python provider