Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

fix R quick install instructions #11755

Merged
merged 1 commit into from
Jul 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/install/ubuntu_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ Building *MXNet* from source is a 2 step process.
You can quickly build MXNet-R with the following two scripts found in the `/docs/install` folder:

```bash
cd docs/install
git clone --recursive https://github.com/apache/incubator-mxnet.git mxnet
cd mxnet/docs/install
./install_mxnet_ubuntu_python.sh
./install_mxnet_ubuntu_r.sh
```
Expand Down