-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a written quick start #2
Comments
Quick note: A possible written quick start could be based on the |
For It's basically another |
Given we have now a separate repository, I think the winnow approach is not viable anymore. We should just write a good old |
I liked the idea of having the session as an asciinema-cast and wanted to play around with the autocast project @simonsan suggested. So I went ahead and created a .yaml- and .cast-file that emulates the original session from the video recording. (Apparently GitHub doesn't play nicely with filetypes it doesn't recognize. But it's fine with .zip-archives, so that's how we're doing this.. 😉 )
You can revise my version before it is pushed to the asciinema website, so the version for the documentation looks as nice as you intend it to. |
@pflakus Thanks for your effort! I fear you missed that the video was already created by asciineema, see https://github.com/rustic-rs/assets/tree/main/getting_started - I must say, this is not really obvious from the docu website and have to apologize if this meant you redoing some of the work.. If you have improvements, please open a PR on the For the topic of this issue: It is about adding a written getting_started additional to the present aciineema - which allows users to read at their own speed and makes copy&paste easier. So any help with this is highly appreciated! |
I see. No hard feelings, it was a small effort and a learning opportunity for me anyways, as I said. 😃 I think uploading the cast to asciinema.org and embedding it is a decent solution/compromise. It enables the user to pause as well as select & copy content from the shell, which covers the issues you mentioned with the GIF version. If you still prefer this introduction to become a write-up anyways, I'm happy to push a PR for that instead. Just let me know how you think it ought to look. |
Also linking to the asciinema recording in addition to embedding the GIF would be great, which allows readers to pause, resume and skip as well as copy and paste. |
This addresses #2 and the plea in the current version of docs, which says: ``` Contribution needed: We would like to add a written getting started guid here. ``` As a step toward a written `getting started` guide, I converted the screencast to markdown, then adjusted it a bit for easier digestion. That should give people something to follow that they can read at their own pace and from which they can copy text. Co-authored-by: simonsan <[email protected]>
@jvasile 's written getting started guide has been merged: https://rustic.cli.rs/docs/getting_started.html If there are any additions/fixes to make, please feel free to make a pull request. |
Discussed in rustic-rs/rustic#797
Originally posted by xpe August 5, 2023
Video quick starts may be hip, but written ones are preferable for these reasons:
Thanks for this project. FWIW, my criticisms about video walkthroughs are universal and not particular to this wonderful project! 👍
The text was updated successfully, but these errors were encountered: