Skip to content

Commit 945ac7c

Browse files
committed
Update README.md to improve formatting
1 parent e96598c commit 945ac7c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

build-scripts/README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -180,23 +180,24 @@ These scripts provide a few additional environment variables to tweak Toolchain
180180
181181
`A. BUILDDIR`: To change build directory. By default it is set to `/tmp` directory. Its usage is as follows:
182182
183-
> [!IMPORTANT]
184-
> Make sure assigned directory has read/write permission.
185-
186183
```sh
187184
BUILDDIR="/home/foo/foo1"
188185
```
189186
187+
> [!CAUTION]
188+
> Make sure assigned directory has read/write permission.
189+
190190
191-
B. `LANGUAGES`: To change supported programming languages for your Toolchains. Its default value is `c,c++,fortran`. Its usage is as follows:
192191
193-
> [!IMPORTANT]
194-
> Make sure to install additional dependency manually according to your assigned supported languages.
192+
B. `LANGUAGES`: To change supported programming languages for your Toolchains. Its default value is `c,c++,fortran`. Its usage is as follows:
195193
196194
```sh
197195
LANGUAGES="c,go,brig,d"
198196
```
199197
198+
> [!CAUTION]
199+
> Make sure to install additional dependency manually according to your assigned supported languages.
200+
200201
 
201202
202203
### 5. Supported GCC Versions 🔖

0 commit comments

Comments
 (0)