From 8df24ccb0daf8392f5c63dbdcf00a43a65199c5b Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Mon, 10 Jun 2024 10:17:02 +0200 Subject: [PATCH] install windows guide. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 86252f7..f2ae046 100644 --- a/README.md +++ b/README.md @@ -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