Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(README): update team members and install instructions #677

Merged
merged 1 commit into from
Feb 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ The following is for installing and building `iam-client-lib` directly. For guid

Use `npm` >= 7 to install dependencies.

```sh
npm install ./energyweb-km-utils-v1.0.0.tgz
```

```sh
npm install ./energyweb-km-crypto-v1.0.0.tgz
```

```sh
npm install
```
Expand Down Expand Up @@ -89,7 +81,7 @@ To install the latest version of `iam-client-lib`:
npm i iam-client-lib
```

To install the pre-realse version of `iam-client-lib`:
To install the pre-release version of `iam-client-lib`:

```sh
npm i iam-client-lib@canary
Expand Down Expand Up @@ -158,12 +150,11 @@ Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c6

For questions and support please use Energy Web's [Discord channel](https://discord.com/channels/706103009205288990/843970822254362664)

Or reach out to our contributing team members:
Or reach out to our contributing team members by posting an issue on this repository:

- [John Henderson](https://github.com/jrhender)
- [Dmitry Fesenko](https://github.com/JGiter)
- [Jakub Sydor](https://github.com/Harasz)
- [Ashish Tripathi](https://github.com/nichonien)
- [John Henderson](https://github.com/jrhender)

## EW-DOS

Expand Down
15 changes: 3 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ The following is for installing and building `iam-client-lib` directly. For guid

Use `npm` >= 7 to install dependencies.

```sh
npm install ./energyweb-km-utils-v1.0.0.tgz
```

```sh
npm install ./energyweb-km-crypto-v1.0.0.tgz
```

```sh
npm install
```
Expand Down Expand Up @@ -89,7 +81,7 @@ To install the latest version of `iam-client-lib`:
npm i iam-client-lib
```

To install the pre-realse version of `iam-client-lib`:
To install the pre-release version of `iam-client-lib`:

```sh
npm i iam-client-lib@canary
Expand Down Expand Up @@ -158,12 +150,11 @@ Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c6

For questions and support please use Energy Web's [Discord channel](https://discord.com/channels/706103009205288990/843970822254362664)

Or reach out to our contributing team members:
Or reach out to our contributing team members by posting an issue on this repository:

- [John Henderson](https://github.com/jrhender)
- [Dmitry Fesenko](https://github.com/JGiter)
- [Jakub Sydor](https://github.com/Harasz)
- [Ashish Tripathi](https://github.com/nichonien)
- [John Henderson](https://github.com/jrhender)

## EW-DOS

Expand Down