Selaa lähdekoodia

PACKAGING.md: Fix language tags of code fences.

Qi Xiao 2 vuotta sitten
vanhempi
säilyke
280834b32b
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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
 Elvish. This will allow Elvish developers to easily identify any
 distribution-specific issue:
 distribution-specific issue:
 
 
-```
+```sh
 go build -ldflags '-X src.elv.sh/pkg/buildinfo.BuildVariant=deb1' ./cmd/elvish
 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`
 If that doesn't work for your build environment, the output of `elvish -version`
 will instead be:
 will instead be:
 
 
-```sh
+```
 0.19.0-dev.unknown
 0.19.0-dev.unknown
 ```
 ```