From 1800a5e33c26ae6c6f8a3dbbaf2e061fab33630a Mon Sep 17 00:00:00 2001 From: oneflux Date: Wed, 23 Apr 2025 15:48:30 -0700 Subject: [PATCH] remove docker dependency wording --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 857382c..2d6fdfc 100644 --- a/Makefile +++ b/Makefile @@ -41,8 +41,6 @@ fetch: aria2c -x16 -s16 -k1M -o $(ff_source_tarball) "https://archive.mozilla.org/pub/firefox/releases/$(version)/source/firefox-$(version).source.tar.xz"; \ setup-minimal: - # Note: Only docker containers are intended to run this directly. - # Run this before `make dir` or `make build` to avoid setting up a local git repo. if [ ! -f $(ff_source_tarball) ]; then \ make fetch; \ fi