Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

Commit

Permalink
[npm] Install from latest instead of @beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Feb 23, 2021
1 parent ada1f50 commit f2a1bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tdex-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Command line interface for making swaps and trades on TDEX
* Install with **yarn**

```sh
$ yarn global add tdex-cli@beta
$ yarn global add tdex-cli
```

* Install with **npm**

```sh
$ npm i -g tdex-cli@beta
$ npm i -g tdex-cli
```

By default, the `tdex-cli` will use the `~/.tdex-cli` as data directory, current state and private key will be stored in there.
Expand Down

0 comments on commit f2a1bac

Please sign in to comment.