diff options
Diffstat (limited to 'tutorials/getting-started-with-builds.md')
-rw-r--r-- | tutorials/getting-started-with-builds.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tutorials/getting-started-with-builds.md b/tutorials/getting-started-with-builds.md index 973473f..ab534ef 100644 --- a/tutorials/getting-started-with-builds.md +++ b/tutorials/getting-started-with-builds.md @@ -24,7 +24,7 @@ tasks: This is a build manifest, written in [YAML](http://yaml.org/). When we submit this to builds.sr.ht, it will boot up an [Alpine Linux](https://alpinelinux.org/) virtual machine using the edge release of -Alpine Linux. Then it will execute each of our build tasks - in this case, +Alpine Linux. Then it will execute each of our build tasks — in this case, saying "hello world". ## Submitting jobs on the web @@ -93,12 +93,12 @@ tasks: This time, builds.sr.ht will install [Alpine Linux's meson package](https://pkgs.alpinelinux.org/package/edge/main/x86_64/meson) before -starting your build. This uses Alpine's native `apk` package manager - other +starting your build. This uses Alpine's native `apk` package manager — other images use different package managers. ## Testing on other platforms -Portability is important - so let's try running the same manifest on another +Portability is important — so let's try running the same manifest on another operating system. ```yaml |