Skip to content

Commit 826d83d

Browse files
authored
Update README.md
1 parent 8df6629 commit 826d83d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
Here’s a draft for your project’s README file:
2-
3-
---
4-
51
# GLOS (Go/Lua OS)
62

73
GLOS is a fun experiment in lightweight userland toy OS development that blends Go and Lua, providing a simple yet flexible platform for script execution and file manipulation. It features an in-memory filesystem, environment variables, and a Lua-based command API for seamless interaction.
@@ -78,7 +74,7 @@ Several example scripts demonstrate the API usage:
7874

7975
Run scripts using the REPL:
8076

81-
```sh
77+
```
8278
glos> run ls.lua
8379
Files in memory:
8480
- test.txt
@@ -97,4 +93,4 @@ glos> exit
9793

9894
## Contribution
9995

100-
Feel free to fork and improve the project! Contributions, bug reports, and suggestions are welcome.
96+
Feel free to fork and improve the project! Contributions, bug reports, and suggestions are welcome.

0 commit comments

Comments
 (0)