Skip to content

Commit

Permalink
Change github clone to https instead of git to not use authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
mguthaus committed Jan 26, 2025
1 parent e350376 commit 8ec59f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
To clone this repo and all of the tutorial files locally, you can use the following command:

```bash
git clone git@github.com:VLSIDA/chip-tutorials.git
git clone https://github.com/VLSIDA/chip-tutorials.git
cd chip-tutorials
```

Expand Down
2 changes: 1 addition & 1 deletion klayout.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ KLayout steps in OL2 if you do not do this!

Clone this repository to your local machine:
```bash
git clone git@github.com:VLSIDA/chip-tutorials.git
git clone https://github.com/VLSIDA/chip-tutorials.git
cd chip-tutorials/klayout
```
The subdirectory `tech` contains the Sky130 technology files for
Expand Down
2 changes: 1 addition & 1 deletion sta.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ these commands in Python, *the industry standard is currently TCL*.
This tutorial will utilize the spm design example final output that was created by OpenLane2.
You should untar the file for this tutorial:
```bash
git clone git@github.com:VLSIDA/chip-tutorials.git
git clone https://github.com/VLSIDA/chip-tutorials.git
cd chip-tutorials
tar -zxvf final.tar.gz
```
Expand Down

0 comments on commit 8ec59f2

Please sign in to comment.