Skip to content

Commit da5927a

Browse files
Revise Codex CLI installation guide for clarity and remove draft status
1 parent f5c52b4 commit da5927a

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

content/install-guides/codex-cli.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Codex CLI
3-
draft: true
3+
44
author: Joe Stech
55
minutes_to_complete: 10
66
official_docs: https://developers.openai.com/codex/cli/
@@ -28,11 +28,9 @@ You need an OpenAI account to use Codex CLI. You can either sign in with your [C
2828

2929
Codex CLI requires Node.js 18 or later.
3030

31-
This guide explains how to install Codex CLI on macOS and Arm Linux.
32-
3331
## How do I download and install Codex CLI?
3432

35-
On most systems, you should install codex using `npm`. On macOS Homebrew can also be used.
33+
On most systems, install Codex CLI using npm. On macOS, there is also the option for you to use Homebrew.
3634

3735
### How do I use npm to install Codex CLI?
3836

@@ -66,13 +64,13 @@ Install the required packages on Ubuntu/Debian systems:
6664
sudo apt update && sudo apt install -y curl
6765
```
6866

69-
If you are not using Ubuntu/Debian use your package manager to install curl.
67+
If you're not using Ubuntu/Debian, use your package manager to install curl.
7068

7169
### How do I install Node.js on Arm Linux?
7270

7371
Codex CLI requires Node.js version 18 or higher. The easiest way to install Node.js on Arm Linux is using the NodeSource repository.
7472

75-
Download and run the Node.js setup script (example shown for Node.js 22.x):
73+
Download and run the Node.js setup script. For example, for Node.js 22.x:
7674

7775
```bash
7876
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
@@ -229,10 +227,10 @@ At the Codex prompt, run the `/mcp` command to view active MCP servers and their
229227
/mcp
230228
```
231229

232-
You should see the Arm MCP server listed. If the arm-mcp server says it's still loading, wait a moment and check again.
230+
The Arm MCP server is listed in the output. If the arm-mcp server indicates it's still loading, wait a moment and check again.
233231

234232
You can also verify the tools are available by asking Codex to list the available Arm MCP tools.
235233

236-
If you are facing issues or have questions, reach out to mcpserver@arm.com.
234+
If you're facing issues or have questions, reach out to mcpserver@arm.com.
237235

238-
You're ready to use Codex CLI.
236+
You're now ready to use Codex CLI with Arm-specific development assistance.

0 commit comments

Comments
 (0)