Skip to content

Commit 744af1a

Browse files
Reviewed and updated IG
1 parent 3a16eef commit 744af1a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/install-guides/linux-migration-tools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ cd arm-linux-migration-tools
152152
sudo ./scripts/install.sh
153153
```
154154

155-
After successful installation, you can remove the downloaded files:
155+
After successful installation, remove the downloaded files:
156156

157157
```bash
158158
cd ..
@@ -200,7 +200,7 @@ The install script:
200200
- Sets up the Python virtual environment with the built dependencies
201201
- Configures permissions for all installed components
202202

203-
After successful installation, you can clean up the build directory:
203+
After successful installation, clean up the build directory:
204204

205205
```bash
206206
cd ..
@@ -227,13 +227,13 @@ ls /usr/local/bin/ | grep -E "(sysreport|skopeo|llvm-mca|topdown-tool|kubearchin
227227

228228
A Python virtual environment is located at `/opt/arm-migration-tools/venv/` and contains all Python packages required by the migration tools.
229229

230-
The wrapper scripts in `/usr/local/bin` use this environment automatically, but you can activate it with:
230+
The wrapper scripts in `/usr/local/bin` use this environment automatically. To activate it manually:
231231

232232
```bash
233233
source /opt/arm-migration-tools/venv/bin/activate
234234
```
235235

236-
You can view the installed Python packages in the virtual environment:
236+
View the installed Python packages in the virtual environment:
237237

238238
```bash
239239
/opt/arm-migration-tools/venv/bin/pip list

0 commit comments

Comments
 (0)