Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 876 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 876 Bytes

5 分钟商学院精细笔记

讲师:刘润

整理人:洋_葱头

下载

Docker

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

NPM

npm install -g business-5min-notes
business-5min-notes <port>
# 访问 http://localhost:{port} 查看文档