From b51df0089ed33eb67deb1929d63438d08c66b2b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=2C=20Lin=29?= Date: Fri, 14 Jan 2022 14:16:49 +0800 Subject: [PATCH] Fix typo (ubuntun -> ubuntu; use proper colons) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林博仁(Buo-ren, Lin) --- doc/build_guide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/build_guide.md b/doc/build_guide.md index 8db829b..ae3e508 100644 --- a/doc/build_guide.md +++ b/doc/build_guide.md @@ -8,7 +8,7 @@ the guide on how to build udp2raw such as PC,raspberry pi ##### install git -run on debian/ubuntun: +run on debian/ubuntu: ``` sudo apt-get install git ``` @@ -18,7 +18,7 @@ sudo yum install git ``` ##### clone git code -run in any dir: +run in any dir: ``` git clone https://github.com/wangyu-/udp2raw-tunnel.git @@ -26,7 +26,7 @@ cd udp2raw-tunnel ``` ##### install compile tool -run on debian/ubuntun: +run on debian/ubuntu: ``` sudo apt-get install build-essential ``` @@ -42,7 +42,7 @@ run 'make',compilation done. the udp2raw file is the just compiled binary such as openwrt router,run following instructions on your PC ##### install git -run on debian/ubuntun: +run on debian/ubuntu: ``` sudo apt-get install git ```