[Trivial] Update getting-started.md
authorDongHak Park <donghak.park@samsung.com>
Tue, 28 Feb 2023 01:34:40 +0000 (10:34 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 7 Mar 2023 22:57:39 +0000 (07:57 +0900)
Corrected the ambiguous content to make it easier for users to understand

Signed-off-by: DongHak Park <donghak.park@samsung.com>
docs/getting-started.md

index 355aaa6..0b7ad2b 100644 (file)
@@ -39,15 +39,22 @@ sudo apt install pbuilder debootstrap devscripts
 
 The following example configuration is for Ubuntu 18.04:
 
+You can configure the pbuilderrc file as follows:
 ```bash
 $ cat ~/.pbuilderrc
+
 DISTRIBUTION=bionic
 COMPONENTS="main restricted universe multiverse"
 OTHERMIRROR="deb http://archive.ubuntu.com/ubuntu ${DISTRIBUTION} main restricted universe multiverse |\
   deb http://archive.ubuntu.com/ubuntu ${DISTRIBUTION}-security main restricted universe multiverse |\
   deb http://archive.ubuntu.com/ubuntu ${DISTRIBUTION}-updates main restricted universe multiverse |\
   deb [trusted=yes] http://ppa.launchpad.net/nnstreamer/ppa/ubuntu ${DISTRIBUTION} main"
+```
+
+Then You can Link to ```/root/.pbuilderrc``` and create
+```bash
 $ sudo ln -s  ~/.pbuilderrc /root/.pbuilderrc
+
 $ sudo pbuilder create
 ```
 
@@ -172,4 +179,6 @@ compilation terminated.
 
 ### Solution: Please install libflatbuffers-dev using the following:
 
+```bash
 sudo apt install libflatbuffers-dev
+```