Rémy commited on
Commit
a978cdf
1 Parent(s): f716e02

Add README with Space metadata

Browse files
Files changed (1) hide show
  1. README.md +24 -7
README.md CHANGED
@@ -1,12 +1,29 @@
1
  ---
2
- title: Linum
3
- emoji:
4
- colorFrom: blue
5
- colorTo: purple
6
  sdk: docker
7
  pinned: false
8
- license: apache-2.0
9
- short_description: linum run linux from browser
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Linux Practice Tool
3
+ emoji: 🐧
4
+ colorFrom: gray
5
+ colorTo: green
6
  sdk: docker
7
  pinned: false
 
 
8
  ---
9
 
10
+ # Linux Practice Tool
11
+
12
+ This Space provides a web-based terminal emulator for practicing Linux commands. It's a safe environment to learn and experiment with basic Linux commands without needing to install Linux on your local machine.
13
+
14
+ ## Features
15
+
16
+ - Web-based terminal interface
17
+ - Support for common Linux commands
18
+ - Command history navigation
19
+ - Help command for quick reference
20
+
21
+ ## How to Use
22
+
23
+ 1. Open the Space in your web browser
24
+ 2. Type Linux commands in the terminal interface
25
+ 3. Press Enter to execute commands
26
+ 4. Use Up and Down arrow keys to navigate command history
27
+ 5. Type 'help' for a list of available commands
28
+
29
+ Happy learning!