Skip to content

Commit 4e2b438

Browse files
committed
chore(docs): update README links to point to dtvem.io website
- Update header navigation links to dtvem.io/docs - Use shorter installation URLs (dtvem.io/install.sh, dtvem.io/install.ps1) - Update documentation table with website URLs - Point contributing section to CONTRIBUTING.md - Update runtimes list (Ruby now available) Closes #177
1 parent 05e80a5 commit 4e2b438

1 file changed

Lines changed: 15 additions & 17 deletions

File tree

README.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[![Build & Test](https://img.shields.io/github/actions/workflow/status/dtvem/dtvem/build.yml?style=for-the-badge&label=Build%20%26%20Test)](https://github.com/dtvem/dtvem/actions)
1414
[![Release](https://img.shields.io/github/actions/workflow/status/dtvem/dtvem/release.yml?style=for-the-badge&label=Release)](https://github.com/dtvem/dtvem/actions)
1515

16-
**[Documentation](https://github.com/dtvem/dtvem/wiki)** · **[Installation](https://github.com/dtvem/dtvem/wiki/Installation)** · **[Quick Start](https://github.com/dtvem/dtvem/wiki/Quick-Start)** · **[Commands](https://github.com/dtvem/dtvem/wiki/Commands)**
16+
**[Documentation](https://dtvem.io/docs)** · **[Installation](https://dtvem.io/docs/user-guide/getting-started)** · **[Quick Start](https://dtvem.io/docs/user-guide/getting-started)** · **[Commands](https://dtvem.io/docs/user-guide/commands/overview)**
1717

1818
</div>
1919

@@ -25,7 +25,7 @@ Managing multiple versions of Python, Node.js, Ruby, and other runtimes across d
2525

2626
**Cross-Platform**: Windows, Linux, and macOS with identical behavior
2727

28-
**Multiple Runtimes**: Python, Node.js (Ruby, Go, and more coming)
28+
**Multiple Runtimes**: Python, Node.js, Ruby (Go, Rust, Java coming soon)
2929

3030
**Shim-Based**: Automatic version switching without shell integration
3131

@@ -35,21 +35,21 @@ Managing multiple versions of Python, Node.js, Ruby, and other runtimes across d
3535

3636
**No Shell Hooks**: Works in cmd.exe, PowerShell, bash, zsh, fish, etc.
3737

38-
See [Competitive Analysis](https://github.com/dtvem/dtvem/wiki/Competitive-Analysis) for how dtvem compares to nvm, pyenv, asdf, and mise.
38+
See [Compare](https://dtvem.io/compare) for how dtvem compares to nvm, pyenv, asdf, and mise.
3939

4040
## 📦 Installation
4141

4242
**macOS / Linux:**
4343
```bash
44-
curl -fsSL https://github.com/dtvem/dtvem/releases/latest/download/install.sh | bash
44+
curl -fsSL dtvem.io/install.sh | bash
4545
```
4646

4747
**Windows (PowerShell):**
4848
```powershell
49-
irm https://github.com/dtvem/dtvem/releases/latest/download/install.ps1 | iex
49+
irm dtvem.io/install.ps1 | iex
5050
```
5151

52-
See [Installation Guide](https://github.com/dtvem/dtvem/wiki/Installation) for manual installation, building from source, and PATH configuration.
52+
See [Getting Started](https://dtvem.io/docs/user-guide/getting-started) for manual installation, building from source, and PATH configuration.
5353

5454
## 🚀 Quick Start
5555

@@ -72,25 +72,23 @@ dtvem migrate node
7272
dtvem migrate python
7373
```
7474

75-
See [Quick Start Guide](https://github.com/dtvem/dtvem/wiki/Quick-Start) for more examples.
75+
See [Getting Started](https://dtvem.io/docs/user-guide/getting-started) for more examples.
7676

7777
## 📚 Documentation
7878

7979
| Topic | Description |
8080
|-------|-------------|
81-
| [Installation](https://github.com/dtvem/dtvem/wiki/Installation) | Install on Windows, macOS, or Linux |
82-
| [Quick Start](https://github.com/dtvem/dtvem/wiki/Quick-Start) | Get up and running in 5 minutes |
83-
| [Commands](https://github.com/dtvem/dtvem/wiki/Commands) | Complete command reference |
84-
| [Configuration](https://github.com/dtvem/dtvem/wiki/Configuration) | Config files and environment variables |
85-
| [Architecture](https://github.com/dtvem/dtvem/wiki/Architecture) | How dtvem works (shims, version resolution) |
86-
| [Migration](https://github.com/dtvem/dtvem/wiki/Migration) | Import from nvm, pyenv, fnm, etc. |
87-
| [FAQ](https://github.com/dtvem/dtvem/wiki/FAQ) | Frequently asked questions |
88-
| [Competitive Analysis](https://github.com/dtvem/dtvem/wiki/Competitive-Analysis) | vs nvm, pyenv, asdf, mise |
89-
| [Roadmap](https://github.com/dtvem/dtvem/wiki/Roadmap) | Planned features and runtimes |
81+
| [Getting Started](https://dtvem.io/docs/user-guide/getting-started) | Install and get up and running |
82+
| [Commands](https://dtvem.io/docs/user-guide/commands/overview) | Complete command reference |
83+
| [Configuration](https://dtvem.io/docs/user-guide/configuration) | Config files and environment variables |
84+
| [Concepts](https://dtvem.io/docs/user-guide/concepts) | How dtvem works (shims, version resolution) |
85+
| [Migration](https://dtvem.io/docs/user-guide/migration) | Import from nvm, pyenv, fnm, etc. |
86+
| [Compare](https://dtvem.io/compare) | vs nvm, pyenv, asdf, mise |
87+
| [Runtimes](https://dtvem.io/docs/user-guide/runtimes/overview) | Supported runtimes and roadmap |
9088

9189
## 🤝 Contributing
9290

93-
Contributions are welcome! See the [Development Guide](https://github.com/dtvem/dtvem/wiki/Development) for:
91+
Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for:
9492

9593
- Setting up your development environment
9694
- npm scripts for building and testing

0 commit comments

Comments
 (0)