From 86475bafba5bfc33da24837073f549a544e378a5 Mon Sep 17 00:00:00 2001 From: lurchi Date: Mon, 13 Apr 2020 20:49:45 +0200 Subject: [PATCH] another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e62f72..497b694 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,6 @@ $ nix-env -f '' -iA gnunet Now we can [start GNUnet](https://docs.gnunet.org/handbook/gnunet.html#Starting-GNUnet): ``` -$ touch ~/.config/gnuent.conf +$ touch ~/.config/gnunet.conf $ gnunet-arm -s ```