Fix typo in README

This commit 51a9fbfd1d changed the default channel from 'test' to 'stable'

Signed-off-by: Daniel Fernández <daferoes@gmail.com>
This commit is contained in:
Daniel Fernández 2021-09-26 18:01:43 +02:00
parent 93d2499759
commit bb33a7c7da
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ curl -fsSL https://test.docker.com -o test-docker.sh
sh test-docker.sh sh test-docker.sh
``` ```
From the source repo (This will install latest from the `test` channel): From the source repo (This will install latest from the `stable` channel):
```shell ```shell
sh install.sh sh install.sh
``` ```