Skip to content

Commit 8b13004

Browse files
committed
Removed names and added link to the Juniper YANG GitHub repo
1 parent ff24e7a commit 8b13004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DETAILED_INSTRUCTIONS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pyang -v
4545
On the system under test, the version installed by `pip` in to the `venv` was: `2.5.0`.
4646

4747
### 4. Copy the YANG Files
48-
Let's put the YANG files in to a memorable location. Let's use `/var/tmp/yang`.
48+
Let's put the YANG files from [Juniper's YANG GitHub repository](https://github.com/Juniper/yang.git) in to a memorable location. Let's use `/var/tmp/yang`.
4949

5050
```bash
5151
cd /var/tmp/
@@ -54,7 +54,7 @@ git clone https://github.com/Juniper/yang.git
5454

5555
*Note - this may take some time*
5656

57-
Next, to match one of Rahul's examples, let's copy a YANG model into working directory from the Juniper hoard of models.
57+
Next, to match one of the existing examples, let's copy a YANG model into working directory..
5858

5959
*I've repeated the directory change in the bash steps below (just in case!)*
6060

0 commit comments

Comments
 (0)