Skip to content

Commit

Permalink
docs: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhazhazhu committed Jan 24, 2024
1 parent df1ecc3 commit ef3aa6d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# airnc
## Airnc

一个局域网传输工具
A local area network transmission tool randomly assigns a port locally to start the service, which can be accessed and downloaded in the same local area network. At the same time, the download link will be sent to the server. Later, you can view your available download address through https://air.zhazhazhu.me.

# Install
一个局域网传输工具, 本地随机分配一个端口可用端口启动服务,在同一个局域网内可访问下载,同时会把下载链接发送给服务端,后续可通过 https://air.zhazhazhu.me 查看你可用的下载地址

## Using Cargo (Linux/macOS/Windows)
## Install

### Using Cargo (Linux/macOS/Windows)

```bash
cargo install airnc
```

## Using a script (macOS/Linux)
### Using a script (macOS/Linux)

For bash, zsh and fish shells, there's an automatic installation script.

Expand All @@ -20,7 +22,7 @@ First ensure that curl and unzip are already installed on you operating system.
curl https://airnc.zhazhazhu.me/install.sh | bash
```

### Begin
## Begin

```shell
airnc ./README.md
Expand Down

0 comments on commit ef3aa6d

Please sign in to comment.