Skip to content

Commit

Permalink
Fix typos from review
Browse files Browse the repository at this point in the history
  • Loading branch information
brumik committed May 26, 2024
1 parent 32ed4a7 commit ba473ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Programming language that compiles to Bash. It's a high level programming langua
Amber compiler currently works on:
- Linux x86 and ARM
- macOS x86 and ARM (Apple Silicon)
- Nix (NixOs)
- Nix (NixOS)

### macOS / Linux
Make sure that the operating system meets the following prerequisites
Expand Down Expand Up @@ -46,7 +46,7 @@ The package is already containing all the required install scripts and dependenc
{
inputs = {
# ...
amber.url = "github:brumik/ytsum";
amber.url = "github:Ph0enixKM/Amber";
};
# outputs somewhere
Expand All @@ -57,7 +57,7 @@ The package is already containing all the required install scripts and dependenc
}
```

While developing on Nixos the flake also defines all dependencies for `nix develop` (or `direnv` if used).
While developing with Nix, the flake defines all dependencies for `nix develop` (or `direnv` if used).

### Windows support
As windows does not come with bash installed it makes no sense to support it. Please install WSL 2 on your windows machine and install Linux version of Amber compiler inside.
Expand Down

0 comments on commit ba473ad

Please sign in to comment.