Skip to content

Commit bf274de

Browse files
author
Dmitry Savonin
committed
tiny doc fixes
1 parent 84071b9 commit bf274de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can check Makefile to choose the most interesting commands, but if you just
2929

3030
```bash
3131
apt update
32-
apt install build-essential socat
32+
apt install -y build-essential socat
3333
git clone https://github.com/Ankr-network/bas-devnet-setup bas --recursive
3434
cd bas
3535
DOMAIN_NAME=dev-02.bas.ankr.com make all

get-bas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
apt update
3-
apt install build-essential socat
3+
apt install -y build-essential socat
44
git clone https://github.com/Ankr-network/bas-devnet-setup bas --recursive
55
cd bas
66
make all

0 commit comments

Comments
 (0)