Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"config:base"
]
}