Skip to content

Commit

Permalink
[update] documents for install v1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ikwzm committed Jul 13, 2019
1 parent f884636 commit a814ad8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/install/de0-nano-soc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#### Downlowd from github

```console
shell$ git clone --depth=1 --branch v1.0.0 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ git clone --depth=1 --branch v1.0.0-rc1 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
shell$ git lfs pull
```
Expand Down
2 changes: 1 addition & 1 deletion doc/install/de10-nano.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#### Downlowd from github

```console
shell$ git clone --depth=1 --branch v1.0.0 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ git clone --depth=1 --branch v1.0.0-rc1 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
shell$ git lfs pull
```
Expand Down
2 changes: 1 addition & 1 deletion doc/install/zynq-pynqz1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#### Downlowd from github

```console
shell$ git clone --depth=1 --branch v1.0.0 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ git clone --depth=1 --branch v1.0.0-rc1 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
shell$ git lfs pull
```
Expand Down
2 changes: 1 addition & 1 deletion doc/install/zynq-zybo-de0-nano-soc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It corresponds to boot of both ZYBO and DE0-Nano-SoC in one SD-Card.
#### Downlowd from github

```console
shell$ git clone --depth=1 --branch v1.0.0 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ git clone --depth=1 --branch v1.0.0-rc1 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
shell$ git lfs pull
```
Expand Down
2 changes: 1 addition & 1 deletion doc/install/zynq-zybo-z7.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#### Downlowd from github

```console
shell$ git clone --depth=1 --branch v1.0.0 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ git clone --depth=1 --branch v1.0.0-rc1 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
shell$ git lfs pull
```
Expand Down
2 changes: 1 addition & 1 deletion doc/install/zynq-zybo.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#### Downlowd from github

```console
shell$ git clone --depth=1 --branch v1.0.0 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ git clone --depth=1 --branch v1.0.0-rc1 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
shell$ git lfs pull
```
Expand Down

0 comments on commit a814ad8

Please sign in to comment.