Skip to content

Commit

Permalink
Merge pull request #2368 from TheCakeIsNaOH/install-instructions
Browse files Browse the repository at this point in the history
(#2025) Document install process on other platforms.
  • Loading branch information
gep13 authored Sep 19, 2021
2 parents ccac272 + c436fcb commit 4cee136
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,12 @@ chmod +x zip.sh

Running the build on Mono produces an artifact similar to Windows but may have more rough edges. You may get a failure or two in the build script that can be safely ignored.

### Installing on Other Platforms:

1. Get a copy of the source code and build.
1. Copy (or link) the contents of `./code_drop/chocolatey/console` to your preferred install directory. On Linux, the preferred directory is `/opt/chocolatey`
1. Export the `ChocolateyInstall` environment variable, pointing to the install directory the build output was copied too.
1. Copy `./docker/choco_wrapper` to a directory on the `$PATH`, rename to `choco`, and if the install directory is something else than `/opt/chocolatey`, then edit it to point to the correct path.

## Credits
Chocolatey is brought to you by quite a few people and frameworks. See [CREDITS](https://github.com/chocolatey/choco/blob/master/docs/legal/CREDITS.md) (just LEGAL/Credits.md in the zip folder).

0 comments on commit 4cee136

Please sign in to comment.