Update linux-requirements.md (#40576)
authorKey Kim <keyhyuk.kim@gmail.com>
Sun, 9 Aug 2020 01:56:21 +0000 (10:56 +0900)
committerGitHub <noreply@github.com>
Sun, 9 Aug 2020 01:56:21 +0000 (18:56 -0700)
append -y option and add ``` around command code

docs/workflow/requirements/linux-requirements.md

index 0cdd9cc..b6dee2b 100644 (file)
@@ -55,8 +55,13 @@ The following dependencies are needed if Mono Runtime is enabled (default behavi
 
 - autoconf
 - automake
-- libtool 
+- libtool
 
-    ~$ sudo apt-get install cmake llvm-9 clang-9 autoconf automake libtool build-essential python curl git lldb-6.0 liblldb-6.0-dev libunwind8 libunwind8-dev gettext libicu-dev liblttng-ust-dev libssl-dev libnuma-dev libkrb5-dev zlib1g-dev
+```
+sudo apt-get install -y cmake llvm-9 clang-9 autoconf automake \
+libtool build-essential python curl git lldb-6.0 liblldb-6.0-dev \
+libunwind8 libunwind8-dev gettext libicu-dev liblttng-ust-dev \
+libssl-dev libnuma-dev libkrb5-dev zlib1g-dev
+```
 
 You now have all the required components.