Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.08 KB

笨办法学 Linux 中文版

原书:Learn Linux The Hard Way (β version)

译者:飞龙

自豪地采用谷歌翻译

下载

Docker

docker pull apachecn0/llthw-zh
docker run -tid -p <port>:80 apachecn0/llthw-zh
# 访问 http://localhost:{port} 查看文档

PYPI

pip install llthw-zh
llthw-zh <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g llthw-zh
llthw-zh <port>
# 访问 http://localhost:{port} 查看文档

赞助我

协议

CC BY-NC-SA 4.0