Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyixuanten committed Oct 14, 2024
1 parent 95a7e6c commit 35a8777
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## browser terminal

![php8+](https://img.shields.io/badge/PHP-any_version-green) [![license](https://img.shields.io/badge/license-Apache-blue)](https://github.com/hanyixuanten/browser-terminal/blob/main/LICENSE) ![platform](https://img.shields.io/badge/platform-android|ios|windows|macos|linux-lightgrey.svg)
![php](https://img.shields.io/badge/PHP-any_version-green) [![license](https://img.shields.io/badge/license-Apache-blue)](https://github.com/hanyixuanten/browser-terminal/blob/main/LICENSE) ![platform](https://img.shields.io/badge/platform-android|ios|windows|macos|linux-lightgrey.svg)

### Introduction

This is a **web terminal** based on php.It is **not** a terminal for the server or a ssh terminal, but a 'terminal' for the browser.
This is a **web terminal** based on php. It is **not** a terminal for the server or a ssh terminal, but a 'terminal' for the browser.

It can be used to run some simple commands, such as ls, cat, mkdir, rm etc. It is suitable for small projects or personal use.

Expand All @@ -19,7 +19,7 @@ Visit [command.md](https://github.com/hanyixuanten/browser-terminal/blob/main/co
### install method

1. Environment: nginx or apache with php
2. Download the latest release from [this page](https://github.com/hanyixuanten/indexpage/releases)
2. Download the latest release from [this page](https://github.com/hanyixuanten/browser-terminal/releases)
3. Extract the zip file and put it in the root directory of your web server
4. Open the browser and enter the address of your web server, you can see the terminal interface

Expand Down
1 change: 1 addition & 0 deletions commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- cd - changes the working directory
- clear - clears the screen
- help - displays this help message
- ls - lists the contents of a directory
- mkdir - creates a new directory
- pwd - shows the working directory
- rm - deletes a file or directory
Expand Down
3 changes: 2 additions & 1 deletion commands/when_adding_a_new_command
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
write php
write help.txt <command_name>.txt
write help.txt <command_name>.txt
edit commands.md

0 comments on commit 35a8777

Please sign in to comment.