From 777204194b93401b9654e0d96ea0f97f01abe680 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Mon, 19 Jul 2021 08:28:20 -0700 Subject: [PATCH] Update _index.md --- content/k3s/latest/en/installation/install-options/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/k3s/latest/en/installation/install-options/_index.md b/content/k3s/latest/en/installation/install-options/_index.md index 084bd39600a..725b30a05c2 100644 --- a/content/k3s/latest/en/installation/install-options/_index.md +++ b/content/k3s/latest/en/installation/install-options/_index.md @@ -46,7 +46,8 @@ When using this method to install K3s, the following environment variables can b | `INSTALL_K3S_CHANNEL_URL` | Channel URL for fetching K3s download URL. Defaults to https://update.k3s.io/v1-release/channels. | | `INSTALL_K3S_CHANNEL` | Channel to use for fetching K3s download URL. Defaults to "stable". Options include: `stable`, `latest`, `testing`. | -An example follows where to place aformentioned environment variables as options (after the pipe!): +This example shows where to place aformentioned environment variables as options (after the pipe): + ``` curl -sfL https://get.k3s.io | INSTALL_K3S_CHANNEL=latest sh - ```