summaryrefslogtreecommitdiff
path: root/doc/quickstart.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/quickstart.md')
-rw-r--r--doc/quickstart.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/quickstart.md b/doc/quickstart.md
index 57432c0..daaca35 100644
--- a/doc/quickstart.md
+++ b/doc/quickstart.md
@@ -13,15 +13,11 @@ To produce all DTail binaries run ``make``:
```console
workstation01 ~/git/dtail % make
-go build
-cp -pv ./dtail ./dcat
-./dtail -> ./dcat
-cp -pv ./dtail ./dgrep
-./dtail -> ./dgrep
-cp -pv ./dtail ./dmap
-./dtail -> ./dmap
-cp -pv ./dtail ./dserver
-./dtail -> ./dserver
+go build -o dtail ./cmd/dtail/main.go
+go build -o dcat ./cmd/dcat/main.go
+go build -o dgrep ./cmd/dgrep/main.go
+go build -o dmap ./cmd/dmap/main.go
+go build -o dserver ./cmd/dserver/main.go
```
It produces the following executables: