Skip to content

Commit 95da09c

Browse files
authored
Merge pull request #830 from whitesscott/readme-md-clarification
README: Simplify and add direct install path Option 4 to install_jtop_without_sudo.sh
2 parents 79fca15 + 042a401 commit 95da09c

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,20 @@ or
6464
sudo pip3 install --break-system-packages git+https://github.com/rbonghi/jetson_stats.git
6565
```
6666

67-
### Option 4: Ubuntu 24.04 run jtop without sudo and without "--break-system-packages"
67+
### Option 4: Run `jtop` with or without `sudo`, and install without `--break-system-packages`
68+
This installation method works on all Jetson Developer Kits.
6869
_NOTE: For Jetson AGX Thor Dev Kit follow this_
6970
```console
70-
Download "scripts/install_jtop_torun_without_sudo.sh"
71-
Make it executable: chmod +x install_jtop_torun_without_sudo.sh
72-
Run "sudo -v" -v, --validate does not run any command, but allows the use of sudo in the bash script.
73-
Then install with ./install_jtop_torun_without_sudo.sh
71+
sudo -v
72+
curl -LsSf https://raw.githubusercontent.com/rbonghi/jetson_stats/master/scripts/install_jtop_torun_without_sudo.sh | bash
73+
```
74+
Or:
75+
```console
76+
# Download scripts/install_jtop_torun_without_sudo.sh
77+
sudo -v
78+
chmod +x install_jtop_torun_without_sudo.sh
79+
./install_jtop_torun_without_sudo.sh
7480
```
75-
See the guide: [How it "without sudo" works & why](docs/nosudo.rst)
76-
7781
---
7882

7983
## Run

0 commit comments

Comments
 (0)