Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
YadominJinta committed Apr 26, 2020
1 parent 34fe469 commit 8e6ec73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CN/README_CN.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Atilo

在Termux安装Linux的bash脚本
在Termux安装Linux

![Test](https://github.com/YadominJinta/atilo/workflows/Test/badge.svg)

## 安装

``` bash
echo "deb [trusted=yes] https://yadominjinta.github.io/files/ termux extras" >> $PREFIX/etc/apt/sources.list
echo "deb [trusted=yes arch=all] https://yadominjinta.github.io/files/ termux extras" >> $PREFIX/etc/apt/sources.list
pkg in atilo-cn
```

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Atilo

A program to install linux on termux

![Test](https://github.com/YadominJinta/atilo/workflows/Test/badge.svg)

中文用户[点击这里](https://github.com/YadominJinta/atilo/blob/master/CN/README_CN.md)

## Installation

``` bash
echo "deb [trusted=yes] https://yadominjinta.github.io/files/ termux extras" >> $PREFIX/etc/apt/sources.list
echo "deb [trusted=yes arch=all] https://yadominjinta.github.io/files/ termux extras" >> $PREFIX/etc/apt/sources.list
pkg in atilo
```

Expand Down

0 comments on commit 8e6ec73

Please sign in to comment.