浏览代码

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