Skip to content

Commit 976db46

Browse files
authored
Update get-started-guide.md with sudo execution (#180)
1 parent 6b0577d commit 976db46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

standalone-node/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.6
1+
3.1.7

standalone-node/docs/user-guide/get-started-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ cd edge-microvisor-toolkit-standalone-node
126126
Extract the contents of `standalone-installation-files.tar.gz`:
127127

128128
```bash
129-
tar -xzf standalone-installation-files.tar.gz
129+
sudo tar -xzf standalone-installation-files.tar.gz
130130
```
131131

132132
- Extracted files will include

0 commit comments

Comments
 (0)