chore: minor improvements to the article

This commit is contained in:
Michele Cereda
2023-10-23 15:44:59 +02:00
parent efea3aad07
commit 9320dc90e9

View File

@@ -19,9 +19,9 @@ python3 -m 'pip' install --user 'asciinema'
# Record sessions locally.
asciinema rec 'path/to/file.cast'
asciinema rec -i 2 'path/to/file.cast' --overwrite
asciinema rec -i 2 'path/to/file.cast' -t 'title' --overwrite -c 'command'
# Record sessions and upload them to the website.
# Record sessions *and* upload them to the website.
asciinema rec
# Play local sessions.