From bf86e9527fd32c05826bc0a8a30cc4d7c1555dc5 Mon Sep 17 00:00:00 2001 From: Luxter77 Date: Thu, 4 Mar 2021 09:49:52 -0300 Subject: [PATCH] added link to moneropedia to pruning in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7dad433e8..687ab40b4 100644 --- a/README.md +++ b/README.md @@ -712,6 +712,8 @@ to prune an existing blockchain using the `monero-blockchain-prune` tool or usin with an existing chain. If an existing chain exists, pruning will temporarily require disk space to store both the full and pruned blockchains. +For more detailed information see the ['Pruning' entry in the Moneropedia](https://www.getmonero.org/resources/moneropedia/pruning.html) + ## Debugging This section contains general instructions for debugging failed installs or problems encountered with Monero. First, ensure you are running the latest version built from the Github repo.