Skip to content

Commit dcea4d8

Browse files
committed
Update acfl.md, oci-cli.md
1 parent 9309946 commit dcea4d8

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

content/install-guides/acfl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ sudo yum install acfl
197197

198198
The ACfL tools are now ready to use.
199199

200-
### Red Hat Enterprise Linux (RHEL) 9
200+
### Red Hat Enterprise Linux (RHEL) 9
201201

202202
Arm Compiler for Linux is available to install with either the `dnf` or `yum` system package manager.
203203

@@ -239,7 +239,7 @@ echo "module use /opt/arm/modulefiles" >> ~/.bashrc
239239

240240
#### Red Hat or Amazon Linux:
241241

242-
```bash { target="fedora:latest" }
242+
```console
243243
echo ". /usr/share/Modules/init/bash" >> ~/.bashrc
244244
echo "module use /opt/arm/modulefiles" >> ~/.bashrc
245245
. ~/.bashrc

content/install-guides/oci-cli.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
additional_search_terms:
33
- cloud
44
- OCI
5-
- Oracle
5+
- Oracle
66
- infrastructure
77

88
layout: installtoolsall
@@ -21,14 +21,14 @@ tool_install: true
2121
weight: 1
2222
---
2323

24-
The Oracle Cloud Infrastructure Command Line Interface (OCI CLI) is a cross-platform command-line tool that can be installed locally on development computers. OCI CLI is used to connect to OCI and execute administrative commands on OCI resources.
24+
The Oracle Cloud Infrastructure Command Line Interface (OCI CLI) is a cross-platform command-line tool that can be installed locally on development computers. OCI CLI is used to connect to OCI and execute administrative commands on OCI resources.
2525

26-
It is available for a variety of operating systems and Linux distributions and has multiple ways to install it.
26+
It is available for a variety of operating systems and Linux distributions and has multiple ways to install it.
2727

2828
## Before you begin
2929

30-
[General installation information](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliinstall.htm#InstallingCLI__linux_and_unix) is available which covers all supported Linux distributions.
31-
30+
[General installation information](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliinstall.htm#InstallingCLI__linux_and_unix) is available which covers all supported Linux distributions.
31+
3232
This install guide provides a quick solution to install OCI CLI for Ubuntu on Arm.
3333

3434
Confirm you are using an Arm machine by running:
@@ -47,46 +47,46 @@ If you see a different result, you are not using an Arm computer running 64-bit
4747

4848
## Download and Install
4949

50-
The easiest way to install OCI CLI for Ubuntu on Arm is to use the install script.
50+
The easiest way to install OCI CLI for Ubuntu on Arm is to use the install script.
5151

5252
You can run an automated install with default values or an interactive install to change the default values.
5353

54-
To run an an automated install with default values run:
54+
To run an an automated install with default values run:
5555

5656
```bash { target="ubuntu:latest" }
5757
curl -o install.sh https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh
5858
bash ./install.sh --accept-all-defaults
5959
```
6060

61-
To run an interactive install that allows you to change default values run:
61+
To run an interactive install that allows you to change default values run:
6262

6363
```console
6464
bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)"
6565
```
6666

67-
Run the command below to add the `oci` command to your search path:
67+
Run the command below to add the `oci` command to your search path:
6868

6969
```bash { target="ubuntu:latest" }
7070
source $HOME/.bashrc
7171
```
7272

7373
Verify OCI CLI is installed using the `--version` option:
7474

75-
```bash { target="ubuntu:latest", env_source="~/.bashrc" }
75+
```bash { target="ubuntu:latest", pre_cmd=". $HOME/.bashrc" }
7676
oci --version
7777
```
7878

79-
Configure OCI CLI using the `setup config` command:
79+
Configure OCI CLI using the `setup config` command:
8080

8181
```console
8282
oci setup config
8383
```
8484

85-
To complete the setup you will need your OCID and API key.
85+
To complete the setup you will need your OCID and API key.
8686

8787
Log in to the OCI web console to access your OCID and API key.
8888

89-
Open the Profile menu and click Tenancy: <your_tenancy_name> to locate your OCID.
89+
Open the Profile menu and click Tenancy: <your_tenancy_name> to locate your OCID.
9090

9191
![oci1 #center](https://github.com/ArmDeveloperEcosystem/arm-learning-paths/assets/40816837/7d5faf0a-2b62-41a8-ac1c-66e11aa01e5d)
9292

0 commit comments

Comments
 (0)