aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-08-17 22:00:42 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-08-17 22:00:42 -0400
commitd388c7757010156bd79d4c2fb3cc812c91a4683d (patch)
tree3a9f34287168e36ce2ec7e48c3563144eb0d92d8 /README.md
parentf0d91ad12e3a01118357b0cbf2aabbcd7464028f (diff)
package and configuration update for upstream updatesnext
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 998109e..408196b 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ Download the latest alpine build package: [sb-alpine3.19-oci.tgz](https://www.va
This archive contains all the software needed to build the image locally. It also comes with a docker-compose.yaml file for easy setup and deployment. Here is the gist:
``` shell
tar -xzf sb-alpine3.19-oci.tgz
-docker build . -t vnuge/simple-bookmark
+docker-compose build
docker-compose up -d
```
_Of course there is more setup involved, so take a look at the docs for more info_