Skip to content

Commit

Permalink
Rename the default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed Mar 11, 2021
1 parent 8a46ef8 commit 7976c2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion toast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7976c2c

Please sign in to comment.