Skip to content

Commit

Permalink
Fix some branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed Mar 11, 2021
1 parent 7fe5e77 commit e5df2e5
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,6 +1,6 @@
# Contributing

Thank you for your interest in contributing to Gram! You can contribute by filing [issues](https://github.com/gramlang/gram/issues) and submitting [pull requests](https://github.com/gramlang/gram/pulls). Please observe our [code of conduct](https://github.com/gramlang/gram/blob/master/CODE_OF_CONDUCT.md).
Thank you for your interest in contributing to Gram! You can contribute by filing [issues](https://github.com/gramlang/gram/issues) and submitting [pull requests](https://github.com/gramlang/gram/pulls). Please observe our [code of conduct](https://github.com/gramlang/gram/blob/main/CODE_OF_CONDUCT.md).

If you submit a pull request, please ensure your change passes the [GitHub Actions](https://github.com/gramlang/gram/actions) CI checks. This will be apparent from the required status check(s) in the pull request.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Gram Programming Language

[![Build status](https://github.com/gramlang/gram/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/gramlang/gram/actions?query=branch%3Amaster)
[![Build status](https://github.com/gramlang/gram/workflows/Continuous%20integration/badge.svg?branch=main)](https://github.com/gramlang/gram/actions?query=branch%3Amain)

[Gram](https://www.gram.org) is a programming language for distributed systems.

Expand All @@ -11,7 +11,7 @@
If you are running macOS or a GNU-based Linux on an x86-64 CPU, you can install Gram with this command:

```sh
curl https://raw.githubusercontent.com/gramlang/gram/master/install.sh -LSfs | sh
curl https://raw.githubusercontent.com/gramlang/gram/main/install.sh -LSfs | sh
```

The same command can be used again to update Gram to the latest version.
Expand All @@ -28,7 +28,7 @@ The installation script supports the following environment variables:
For example, the following will install Gram into the working directory:

```sh
curl https://raw.githubusercontent.com/gramlang/gram/master/install.sh -LSfs | PREFIX=. sh
curl https://raw.githubusercontent.com/gramlang/gram/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 e5df2e5

Please sign in to comment.