Skip to content

Commit

Permalink
doc: add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicerloop authored Feb 16, 2024
1 parent 11b8dbb commit 1e7bc4e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,31 @@ Add go-rod proxy parameters:
-rod=proxy=http://<host>:<port>
```

## How to install

You can directly use the [released binaries](https://github.com/nicerloop/acloudguru-sandbox/releases) or use a package manager.

### Windows with Scoop

Install [Scoop](https://scoop.sh/):

```
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
```

Add [nicerloop/nicerloop bucket](https://scoop.sh/#/apps?q=%22https%3A%2F%2Fgithub.com%2Fnicerloop%2Fscoop-nicerloop%22&o=false):

```
scoop bucket add nicerloop https://github.com/nicerloop/scoop-nicerloop
```

Install acloudguru-sandbox:

```
scoop install nicerloop/acloudguru-sandbox
```

## Similar works and inspiration

https://github.com/josephedward/gosandbox

0 comments on commit 1e7bc4e

Please sign in to comment.