chore(docs): fix markdown syntax of translated files (#7406)

* chore(docs): fix markdown syntax of translated files

* best-effort fix russian text
This commit is contained in:
David Knaack
2026-04-19 13:33:29 +02:00
committed by GitHub
parent 5fd735f05d
commit e24aae7751
9 changed files with 131 additions and 122 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ PowerShell(Windows)에서는 `$PROFILE`에 다음 줄을 추가하는 것과 동
$ENV:STARSHIP_CACHE = "$HOME\AppData\Local\Temp"
```
또는 Cmd(Windows)를 사용하는 경우 <0>starship.lua</0> 파일에 다음 줄을 추가하면 됩니다.
또는 Cmd(Windows)를 사용하는 경우 `starship.lua` 파일에 다음 줄을 추가하면 됩니다.
```lua
os.setenv('STARSHIP_CACHE', 'C:\\Users\\user\\AppData\\Local\\Temp')