Skip to content

Commit

Permalink
Update developement.md
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mgo committed Jan 31, 2024
1 parent 2beaaa1 commit c68404a
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions docs/developement.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/internal/configs/configload/loader_snapshot.go .osc-patch/patch.go
```
## Building the Provider and SDKs

To build python provider
Expand Down

0 comments on commit c68404a

Please sign in to comment.