aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-03-03 11:06:01 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-03-03 11:06:01 -0500
commitd6bcb68b8d9387334ae1abc99dc8256e3ab555c4 (patch)
treedd01787cafaeba7db17cf634d218c54d9c6b48b4
parent6786a5173d830dd0e8d0ec0e2076dd2f7f9a0952 (diff)
Updated docker image size estimate.
-rw-r--r--docs/manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual.md b/docs/manual.md
index 8dca5d1c..36f8fda4 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -1537,7 +1537,7 @@ Also, if you want to compile with Clang, you will have to run something like:
##### Compiling using Docker
You can use [Docker][] to build Textadept for Windows, macOS, or Linux. The [image][] required
-to do so is about 2.5GB in size. For example:
+to do so is about 3GB in size. For example:
localhost$ docker pull ghcr.io/orbitalquark/textadept-build:v2.0
localhost$ docker run -t -i -v /path/to/textadept:/ta -w /ta/src \