Skip to content

Commit

Permalink
Docs: Deprecate Git-LFS statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxq authored and jinghaomiao committed Dec 4, 2019
1 parent 7921afc commit f896cb0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/quickstart/apollo_software_installation_guide_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,6 @@ Apollo已经开始为汽车和自主驾驶行业的合作伙伴提供开放,

在开始之前,请确保您已经按照[Apollo 1.0 Hardware and System Installation Guide](https://github.com/ApolloAuto/apollo/blob/master/docs/quickstart/apollo_1_0_hardware_system_installation_guide.md#installing-the-software-for-the-ipc)中的步骤安装了Ubuntu Linux 14.04.3和Apollo Kernel。

## *New*

我们最新引入了 [git-lfs](https://git-lfs.github.com) 管理Apollo中的大文件。请
按照其官方文档安装该git插件。

```bash
# Required for Ubuntu 14.04 / 16.04.
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash

# Ubuntu 14.04 / 16.04 / 18.04.
sudo apt-get install -y git-lfs
```

较新版本的Git会自动并透明地执行lfs插件,因此你只需如常执行 `git clone``git pull` 等命令。
但对于旧版本的Git,你需要显式执行 `git lfs clone``git lfs pull`

## 下载Apollo源代码

1.[github source](https://github.com/ApolloAuto/apollo/)下载Apollo的源代码:
Expand Down

0 comments on commit f896cb0

Please sign in to comment.