Skip to content

Commit ebe887f

Browse files
committed
Update README
1 parent df30516 commit ebe887f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ installation location by passing `-DCMAKE_INSTALL_PREFIX=<directory>`.
7676
For other cmake options, see the comments in `CMakeLists.txt`.
7777

7878
If you are not using a recent enough Linux distribution, or if `cmake` does
79-
not work for you for any reason, you can use Docker to build mold in a Docker
80-
environment. To do so, run `./dist.sh` in this directory instead of using
81-
`cmake`. The shell script will pull a Docker image, build mold and auxiliary
79+
not work for you for any reason, you can use Podman to build mold in a
80+
container. To do so, run `./dist.sh` in this directory instead of using
81+
`cmake`. The shell script will pull a container image, build mold and auxiliary
8282
files inside it, and package them into a single tar file named
83-
`mold-$version-$arch-linux.tar.gz`. You can extract the tar file anywhere and
84-
use the mold executable within it.
83+
`dist/mold-$version-$arch-linux.tar.gz`. You can extract the tar file anywhere
84+
and use the mold executable in it.
8585

8686
## How to use
8787

dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
#
33
# This script creates a mold binary distribution. The output is written in
4-
# this directory as `mold-$version-$arch-linux.tar.gz` (e.g.,
4+
# `dist` directory as `mold-$version-$arch-linux.tar.gz` (e.g.,
55
# `mold-1.0.3-x86_64-linux.tar.gz`).
66
#
77
# The mold executable created by this script is statically linked to

0 commit comments

Comments
 (0)