Skip to content

Commit

Permalink
chore: add more examples to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Feb 26, 2024
1 parent 59b6996 commit 068332d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Expand Up @@ -26,12 +26,36 @@ Using `tfversion` is very simple.
tfversion install 1.7.0
```

### Install the latest stable version

```sh
tfversion install --latest
```

### Install the latest pre-release version

```sh
tfversion install --latest --pre-release
```

### Use a specific version

```sh
tfversion use 1.7.0
```

### Use the latest stable version

```sh
tfversion use --latest
```

### Use the latest pre-release version

```sh
tfversion use --latest --pre-release
```

### List versions

```sh
Expand All @@ -44,6 +68,12 @@ tfversion list
tfversion list --installed
```

### Uninstall a specific version

```sh
tfversion uninstall 1.7.4
```

## Contributing

Contributions are highly appreciated and always welcome.
Expand Down

0 comments on commit 068332d

Please sign in to comment.