From dcd8eab1c078d8600eacd42a66fe3672f72d26f6 Mon Sep 17 00:00:00 2001 From: Paulo Date: Fri, 14 May 2021 18:56:11 -0300 Subject: [PATCH 1/2] Fixed bad enter --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e576ac4..b58a874 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ cargo install --path . Optionally, you can test the userspace on a controlled enviroment ``` sh -# downloading and building dash git clone git://git.kernel.org/pub/scm/utils/dash/dash.git dash +# downloading and building dash +git clone git://git.kernel.org/pub/scm/utils/dash/dash.git dash cd dash sh autogen.sh sh configure.sh --enable-static From 7823c3d7f5b1ea0f24eea6183d711dbfa4b5fba6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Sep 2021 05:44:15 +0000 Subject: [PATCH 2/2] Add renovate.json --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..f45d8f1 --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "config:base" + ] +}