generated from chipsalliance/chisel-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09d6b46
commit 2a2f46c
Showing
5 changed files
with
6 additions
and
86 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,10 +38,9 @@ Once you have created a repository from this template and the `Template cleanup` | |
Note that it is easiest to push to a repository if you set up SSH with Github, please see the [related documentation](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/connecting-to-github-with-ssh). SSH is required for pushing to a Github repository when using two-factor authentication. | ||
|
||
```sh | ||
git clone [email protected]:%REPOSITORY%.git | ||
cd %NAME% | ||
git clone [email protected]:schwarz-em/rtl-visualization.git | ||
cd rtl-visualization | ||
``` | ||
(The variables wrapped in `%` will be filled in by the template cleanup) <!-- #REMOVE-ON-CLEANUP# --> | ||
|
||
#### Set project organization and name in build.sbt | ||
|
||
|
@@ -62,7 +61,7 @@ For more information about a license, check out the [Github Docs](https://docs.g | |
|
||
#### Commit your changes | ||
```sh | ||
git commit -m 'Starting %NAME%' | ||
git commit -m 'Starting rtl-visualization' | ||
git push origin main | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters