diff --git a/contrib/web/tutorial/README.md b/contrib/web/tutorial/README.md index 487ba14..53be1f4 100644 --- a/contrib/web/tutorial/README.md +++ b/contrib/web/tutorial/README.md @@ -2,7 +2,7 @@ Visit the following URL: - vvvvvvaria.org/~decentral1se/distribusi-go + vvvvvvaria.org/~decentral1se/distribusi You need to download the right binary for your system. `distribusi` aims to be portable and run on older hardware. Let us know if you need another os/arch @@ -10,8 +10,8 @@ supported! If you're on good 'ol 64 bit linux, then that'll be: - curl https://vvvvvvaria.org/~decentral1se/distribusi-go/alpha/distribusi_linux_amd64/distribusi -o distribusi - chmod +x distribusi + curl https://vvvvvvaria.org/~decentral1se/distribusi/distribusi_linux_amd64_v1/distribusi -o distribusi + chmod +x distribusi The download size is currently ~ 1.8MB. You don't need to install anything else to use `distribusi`. @@ -45,16 +45,16 @@ OPTIONS: I usually run the following: `distribusi -s .` You'll see - distribusifying... live @ http://localhost:1312 + distribusifying... live @ http://localhost:1312 `distribusi` will then try to generate files and serve them locally: - localhost:1312 + localhost:1312 If you have a lot of files, it could take some time to generate everything. When everything is ready, you'll see a "done!" appear in your terminal: - distribusifying... live @ http://localhost:1312 done! + distribusifying... live @ http://localhost:1312 done! If you're wondering what `distribusi` is doing, pass `-d` for debug output. @@ -62,5 +62,5 @@ If you're wondering what `distribusi` is doing, pass `-d` for debug output. One "simple" option is to use `rsync` and transfer your files to your server. - distribusi . - rsync -avz . varia.zone:public_html + distribusi . + rsync -avz . varia.zone:public_html diff --git a/contrib/web/tutorial/index.html b/contrib/web/tutorial/index.html index f5b89c2..2045d9a 100644 --- a/contrib/web/tutorial/index.html +++ b/contrib/web/tutorial/index.html @@ -59,7 +59,7 @@ html { Visit the following URL: - vvvvvvaria.org/~decentral1se/distribusi-go + vvvvvvaria.org/~decentral1se/distribusi You need to download the right binary for your system. `distribusi` aims to be portable and run on older hardware. Let us know if you need another os/arch @@ -67,8 +67,8 @@ supported! If you're on good 'ol 64 bit linux, then that'll be: - curl https://vvvvvvaria.org/~decentral1se/distribusi-go/alpha/distribusi_linux_amd64/distribusi -o distribusi - chmod +x distribusi + curl https://vvvvvvaria.org/~decentral1se/distribusi/distribusi_linux_amd64_v1/distribusi -o distribusi + chmod +x distribusi The download size is currently ~ 1.8MB. You don't need to install anything else to use `distribusi`. @@ -102,16 +102,16 @@ OPTIONS: I usually run the following: `distribusi -s .` You'll see - distribusifying... live @ http://localhost:1312 + distribusifying... live @ http://localhost:1312 `distribusi` will then try to generate files and serve them locally: - localhost:1312 + localhost:1312 If you have a lot of files, it could take some time to generate everything. When everything is ready, you'll see a "done!" appear in your terminal: - distribusifying... live @ http://localhost:1312 done! + distribusifying... live @ http://localhost:1312 done! If you're wondering what `distribusi` is doing, pass `-d` for debug output. @@ -119,7 +119,7 @@ If you're wondering what `distribusi` is doing, pass `-d` for debug output. One "simple" option is to use `rsync` and transfer your files to your server. - distribusi . - rsync -avz . varia.zone:public_htmlREADME.md + distribusi . + rsync -avz . varia.zone:public_htmlREADME.md