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}}`