From b00b352c6083ffad2464a9c9438be3ed316c5679 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 12 Mar 2024 19:33:02 +0800 Subject: [PATCH] Update document for droplet image. v5.14.6 --- DEVELOPER.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index cbb44a1e..41230f3b 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -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: