Skip to content

Commit

Permalink
Merge pull request #102 from karshPrime/master
Browse files Browse the repository at this point in the history
macOS install patch [updated]
  • Loading branch information
Ph0enixKM authored May 24, 2024
2 parents dc42f9b + 027e91f commit 5c8e6da
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 167 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@ Make sure that the operating system meets the following prerequisites
- Curl tool for downloading the installation script
- Basic calculator `bc` command (On Debian run `sudo apt install bc`)

#### system-wide install
```bash
curl -s "https://raw.githubusercontent.com/Ph0enixKM/AmberNative/master/setup/install.sh" | $(echo /bin/bash)
```

#### local-user install
```bash
curl -s "https://raw.githubusercontent.com/Ph0enixKM/AmberNative/master/setup/install.sh" | $(echo /bin/bash) -s -- --user
```

#### Via a package manager
Amber is packaged in the following distros:

Expand Down
Loading

0 comments on commit 5c8e6da

Please sign in to comment.