Skip to content

Commit 6a23c53

Browse files
committed
Updated README.md
1 parent 2a61309 commit 6a23c53

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Created python executable file using following steps:
2+
23
1. Add #!/usr/bin/env python3 at the top of the file.
34
2. Change the extension of file from .py to .command
45
3. chmod +x file_name.command
56
4. Run the file.
67

78
# How to Run?
9+
810
Click on the binary file.
911

10-
# Output:
12+
## Output:
13+
>
14+
```
1115
INFO - COMMANDS TO USE : mkdir, ls, cd, pwd, rm, session_clear, exit
1216
<Starting your application...>
1317
$ pwd
@@ -31,3 +35,4 @@ $ session_clear
3135
SUCC: CLEARED: RESET TO ROOT
3236
$ arf
3337
ERR: COMMANDS DOES NOT EXIST!
38+
```

0 commit comments

Comments
 (0)