Skip to content

Commit

Permalink
Readme templated updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed May 16, 2021
1 parent 1376b17 commit 3ce51bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions icm/commands/cmd_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _list_recursive_files(path, ext=".ice"):
data += indent + folder_name + '\n'

# -- Debug!
print(f"{indent}{folder_name}")
# print(f"{indent}{folder_name}")



Expand All @@ -233,7 +233,7 @@ def _list_recursive_files(path, ext=".ice"):
data += indent + example_name + '\n'

# -- Debug!
print(f"{indent}{example_name}.ice")
# print(f"{indent}{example_name}.ice")

return data

Expand Down
4 changes: 3 additions & 1 deletion icm/resources/README.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ $description.

## Install

For installing and using this colection in Icestudio follow these steps:

* Download the collection$links
* Install the collection: *Tools > Collections > Add*
* Load the collection: *Select > Collection*
* Select the collection: *Select > Collection*

$blocks
$examples
Expand Down

0 comments on commit 3ce51bb

Please sign in to comment.