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 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" + ] +}