8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b2aac commit 7ffdd26Copy full SHA for 7ffdd26
README.md
@@ -12,9 +12,11 @@
12
13
14
<h2>Install</h2>
15
-```
+
16
+```bash
17
curl https://raw.githubusercontent.com/docker-web/docker-web/master/install.sh | bash
18
```
19
20
<h3>Manual</h3>
21
22
```bash
src/env.sh
@@ -1,4 +1,4 @@
1
-export DOCKERWEB_VERSION="24.8.3"
+export DOCKERWEB_VERSION="24.8.4"
2
export GITHUB_DOCKERWEB="https://github.com/docker-web/docker-web"
3
export PATH_DOCKERWEB=~/docker-web
4
export PATH_DOCKERWEB_APPS=$PATH_DOCKERWEB/apps
0 commit comments