DioxusLabs / DioxusLabs/docsite
one-line installer throwing 404
- Dominant language
- Rust
- Stars
- 206
- Forks
- 208
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 3
Description
**Problem**
I wanted to try dioxus v0.7 using the one-line installer.
But neither the script is found, nor does the script work
**Steps To Reproduce**
Steps to reproduce error 1:
- Go to https://dioxuslabs.com/learn/0.7/getting_started/
- copy and execute command: `curl -fsSL https://dioxuslabs.com/install | bash`
```sh
~ » curl -fsSL https://dioxuslabs.com/install | bash
curl: (22) The requested URL returned error: 404
```
Steps to reproduce error 2:
- Find correct install script link in release notes: https://github.com/DioxusLabs/dioxus/releases/tag/v0.7.0-alpha.0
- copy and execute command: `curl -sSL http://dioxus.dev/install.sh | sh`
```sh
~ » curl -sSL http://dioxus.dev/install.sh | sh
##O#-# curl: (22) The requested URL returned error: 404
~ » wget http://dioxus.dev/install.sh
~ » chmod +x install.sh
~ » ./install.sh
curl: (22) The requested URL returned error: 404
```
**Expected behavior**
Install instructions should work and install script should work
**Screenshots**
**Environment:**
- Dioxus version: 0.7.3
- Rust version:
- OS info: Linux tux 6.12.37-1-MANJARO x86_64
- App platform:
**Questionnaire**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.