Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja committed Jan 10, 2024
1 parent 2e18768 commit 06437c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ We encourage and welcome any and all feedback from the community.
## Things to know

The goal of this project is to be compatable with the [OpenSLO Spec](https://github.com/OpenSLO/OpenSLO)
so any changes need to be compliant with that spec
so any changes need to be compliant with that spec.

## Slack

Checkout _FOLLOW US_ section at <https://openslo.com/> to join our slack channel
Checkout _FOLLOW US_ section at <https://openslo.com/> to join our slack channel.

## Making a pull request

Please make a fork of the repo, and submit a PR from there. More information can
be found [here](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)
be found [here](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).

## Merge Request title

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ information also check the website: [openslo.com](https://openslo.com/).

## Installation

### Go install

```sh
go install github.com/OpenSLO/oslo/cmd/oslo@latest
```

### From source

1. Checkout this repository
Expand Down
File renamed without changes.

0 comments on commit 06437c4

Please sign in to comment.