Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A67 Update Readme with grammar fixes #46

Merged
merged 1 commit into from
Dec 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,16 +4,16 @@

# Amber

Programming language that compiles to Bash. It's a high level programming language that makes it easy to create shell scripts. In addition to that - the main functionality works in an abstraction layer meaning that you can recompile standard library in a way so that it uses your proxy that can disable / enable certain features. It's particulary well suited for cloud services.
Programming language that compiles to Bash. It's a high level programming language that makes it easy to create shell scripts. It's particulary well suited for cloud services.

> **[Warning]**
> This software is not ready for extended usage.

## Install
This compiler currently works on Windows (WSL), Linux and MacoOS - all x86 and ARM 64 bit.
This compiler currently works on Windows (WSL), Linux and MacOS - all x86 and ARM 64 bit.

### MacOS
Make sure that your operating system satisfies the follorwing prerequsites
Make sure that the operating system meets the following prerequisites
- Bash or Zsh or any other Bourne-again shell (usually comes with MacOS)
- Ruby 2.0 or newer (usually comes with MacOS)

@@ -22,7 +22,7 @@ sudo ruby -e "require 'open-uri'; puts open('https://raw.githubusercontent.com/P
```

### Linux
Make sure that your operating system satisfies the follorwing prerequsites
Make sure that the operating system meets the following prerequisites
- Bash or Zsh or any other Bourne-again shell
- Curl tool for downloading the installation script