소스 검색

PACKAGING.md: Fix language tags of code fences.

Qi Xiao 2 년 전
부모
커밋
280834b32b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      PACKAGING.md

+ 2 - 2
PACKAGING.md

@@ -15,7 +15,7 @@ distribution you are building for, and any patch level you have applied for
 Elvish. This will allow Elvish developers to easily identify any
 distribution-specific issue:
 
-```
+```sh
 go build -ldflags '-X src.elv.sh/pkg/buildinfo.BuildVariant=deb1' ./cmd/elvish
 ```
 
@@ -72,7 +72,7 @@ of the following parts:
 If that doesn't work for your build environment, the output of `elvish -version`
 will instead be:
 
-```sh
+```
 0.19.0-dev.unknown
 ```