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

install windows guide. #56

Merged
merged 1 commit into from
Jun 10, 2024
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
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,18 @@ using appimage-extract-and-run extract the content of the AppImage in a temporar
## Arch Linux
you can also install oapi-cli-git on Arch Linux using AUR: (yay -S oapi-cli-git)

## Windows

oapi-cli is pre-packaged for Widows as a zip archive.

Download oapi-cli-x86_64-windows.zip from [release pages](https://github.com/outscale/oapi-cli/releases/latest).

Extract it, run `oapi-cli`.

Note: in comparaison to linux and macos packages, windows oapi-cli look for the config in the directory where it is run.
(so config path is .\config.json)


# Feedback
Either open a github issue, or post a message here: https://github.com/outscale/oapi-cli/discussions/10

Expand Down
Loading