Skip to content

Commit

Permalink
Update document for droplet image. v5.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Mar 12, 2024
1 parent 32119f6 commit b00b352
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,12 +376,13 @@ In the [application store](http://localhost:7800/soft), there is a `srs_stack` p
To build SRS droplet image for [DigitalOcean Marketplace](https://marketplace.digitalocean.com/).

For the first run, please [install Packer](https://www.packer.io/intro/getting-started/install.html) and plugin:
For the first run, please [install Packer](https://www.packer.io/intro/getting-started/install.html) and
[plugin](https://developer.hashicorp.com/packer/integrations/digitalocean/digitalocean):

```bash
brew tap hashicorp/tap &&
brew install hashicorp/tap/packer &&
PACKER_LOG=1 packer plugins install github.com/digitalocean/digitalocean v1.1.1
PACKER_LOG=1 packer plugins install github.com/digitalocean/digitalocean
```

Start to build SRS image by:
Expand Down

0 comments on commit b00b352

Please sign in to comment.