From 06437c4ea9ad24094a8ecfd8aa1929010732720d Mon Sep 17 00:00:00 2001 From: Mateusz Hawrus Date: Wed, 10 Jan 2024 21:56:20 +0100 Subject: [PATCH] initial commit --- CONTRIBUTING.md | 6 +++--- README.md | 6 ++++++ cmd/{ => oslo}/main.go | 0 3 files changed, 9 insertions(+), 3 deletions(-) rename cmd/{ => oslo}/main.go (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0b23398..c7c6c77 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 to join our slack channel +Checkout _FOLLOW US_ section at 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 diff --git a/README.md b/README.md index f075ac2..1796718 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cmd/main.go b/cmd/oslo/main.go similarity index 100% rename from cmd/main.go rename to cmd/oslo/main.go