Browse Source

feat: add hint to clone with recursive submodules to creating README

master
Dennis Buchhorn 2 years ago
parent
commit
9d7a3c7fe2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      scripts/git_wrapper.tcl

+ 2
- 0
scripts/git_wrapper.tcl View File

@ -61,6 +61,8 @@ namespace eval ::git_wrapper {
puts $file "" puts $file ""
puts $file "### Getting started" puts $file "### Getting started"
puts $file "" puts $file ""
puts $file "Clone repo with `git clone --recurse-submodules`"
puts $file ""
puts $file "After cloning this repo open the project with Vivado by using `Tools -> Run Tcl Script...` and selecting the `${current_project}.tcl` file" puts $file "After cloning this repo open the project with Vivado by using `Tools -> Run Tcl Script...` and selecting the `${current_project}.tcl` file"
puts $file "" puts $file ""
puts $file "### Workflow" puts $file "### Workflow"


Loading…
Cancel
Save