From ad36f5cf1260c66fb287949293174ac3f4caa600 Mon Sep 17 00:00:00 2001 From: Travis Gosselin Date: Wed, 21 Aug 2019 13:53:01 -0400 Subject: [PATCH] Documentation Update for Cache Location on macOS This threw me a bit, as I copied and pasted trying to clear the cache on macOS and this path was wrong. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c24d33..871ab70 100644 --- a/README.md +++ b/README.md @@ -542,7 +542,7 @@ The performance characteristics of the generated self-contained application is r ### Packages cache location - Linux: `$HOME/.local/share/warp/packages` -- macOS: `$HOME/Library/Application Support/warp/packges` +- macOS: `$HOME/Library/Application Support/warp/packages` - Windows: `%LOCALAPPDATA%\warp\packages` ### Runners cache location