pages*/*: update some outdated pages, blackfire: fix placeholder (#14154)

This commit is contained in:
Sebastiaan Speck
2024-10-13 10:27:02 +02:00
committed by GitHub
parent f21fa6a211
commit 03fd077956
62 changed files with 188 additions and 188 deletions

View File

@@ -13,11 +13,11 @@
- 进行新的录制,保存到本地的文件中:
`asciinema rec {{文件路径}}.cast`
`asciinema rec {{文件路径.cast}}`
- 从本地文件中播放终端录屏:
`asciinema play {{文件路径}}.cast`
`asciinema play {{文件路径.cast}}`
- 在 asciinema.org 中播放终端录屏:
@@ -29,8 +29,8 @@
- 打印本地保存的录像的完整输出:
`asciinema cat {{文件路径}}.cast`
`asciinema cat {{文件路径.cast}}`
- 从本地上传一个录屏到 asciinema.org
`asciinema upload {{文件路径}}.cast`
`asciinema upload {{文件路径.cast}}`