Commit 690e3f39 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

updating install.sh location in quick start

parent 3cea71f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ Install
-------
To install `qcor` run the following command from your terminal 
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/aide-qc/deploy/master/aide_qc/install.sh)"
/bin/bash -c "$(curl -fsSL https://aide-qc.github.io/deploy/install.sh)"
```
For more details, see [here](https://aide-qc.github.io/deploy/getting_started/).

+1 −1
Original line number Diff line number Diff line
from qcor/deploy-base
workdir /home/dev
run cd /home/dev && apt-get update && apt-get install -y uuid-dev pkg-config \
run cd /home/dev && apt-get update && apt-get install -y uuid-dev pkg-config ca-certificates \
    && git clone https://github.com/zeromq/libzmq \
    && cd libzmq/ && mkdir build && cd build \
    && cmake .. -DCMAKE_INSTALL_PREFIX=~/.zmq \