v0.11.1
This update simplifies the command line interface so people no longer have to type dweb serve before opening a website on Autonomi.
Instead, you can now just type:
dweb
That will open the browser and then start the dweb server if it isn’t already running.
NOTE: if the server wasn’t running, the browser will show an error page but the real page will load as soon as the data has been fetched from Autonomi.
Or if you want to open a particular app such as IF winner Friends:
dweb open friends
Updating
You can download the corresponding build for Windows, Mac or Linux at the link below, and see this post for help using this on Windows:
(you may have to wait a few minutes for these to build - if so so reload the github page with Ctrl-R or F5)
Alternatively if you have Rust update using:
cargo install --locked dweb-cli
If that gives an error, try:
cargo install dweb-cli