From 7976c2c86f783721002f579fd2a6df1c279b5d89 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Wed, 10 Mar 2021 21:25:51 -0800 Subject: [PATCH] Rename the default branch --- CONTRIBUTING.md | 2 +- README.md | 6 +++--- toast.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ce8d4e..b8d4905 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ # Contributing -Thank you for your interest in contributing! You can contribute by filing [issues](https://github.com/stepchowfun/docuum/issues) and submitting [pull requests](https://github.com/stepchowfun/docuum/pulls). Please observe our [code of conduct](https://github.com/stepchowfun/docuum/blob/master/CODE_OF_CONDUCT.md). +Thank you for your interest in contributing! You can contribute by filing [issues](https://github.com/stepchowfun/docuum/issues) and submitting [pull requests](https://github.com/stepchowfun/docuum/pulls). Please observe our [code of conduct](https://github.com/stepchowfun/docuum/blob/main/CODE_OF_CONDUCT.md). If you submit a pull request, please ensure your change passes the [GitHub Actions](https://github.com/stepchowfun/docuum/actions) CI checks. This will be apparent from the required status check(s) in the pull request. diff --git a/README.md b/README.md index a304f06..7d3494e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # *Docuum:* LRU eviction of Docker images -[![Build status](https://github.com/stepchowfun/docuum/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/stepchowfun/docuum/actions?query=branch%3Amaster) +[![Build status](https://github.com/stepchowfun/docuum/workflows/Continuous%20integration/badge.svg?branch=main)](https://github.com/stepchowfun/docuum/actions?query=branch%3Amain) *Docuum* performs least recently used (LRU) eviction of Docker images to keep the disk usage below a given threshold. @@ -116,7 +116,7 @@ docker run \ If you are running macOS or a GNU-based Linux on an x86-64 CPU, you can install Docuum with this command: ```sh -curl https://raw.githubusercontent.com/stepchowfun/docuum/master/install.sh -LSfs | sh +curl https://raw.githubusercontent.com/stepchowfun/docuum/main/install.sh -LSfs | sh ``` The same command can be used again to update Docuum to the latest version. @@ -133,7 +133,7 @@ The installation script supports the following environment variables: For example, the following will install Docuum into the working directory: ```sh -curl https://raw.githubusercontent.com/stepchowfun/docuum/master/install.sh -LSfs | PREFIX=. sh +curl https://raw.githubusercontent.com/stepchowfun/docuum/main/install.sh -LSfs | PREFIX=. sh ``` ### Manual installation diff --git a/toast.yml b/toast.yml index f178aef..b5f4816 100644 --- a/toast.yml +++ b/toast.yml @@ -14,7 +14,7 @@ tasks: - install_packages command: | set -euo pipefail - curl https://raw.githubusercontent.com/stepchowfun/tagref/master/install.sh -LSfs | sh + curl https://raw.githubusercontent.com/stepchowfun/tagref/main/install.sh -LSfs | sh create_user: description: Create a user who doesn't have root privileges.