Skip to content

Commit 9fd9bc6

Browse files
committed
πŸ“š Update README.md and Usage docs
* Remove the "in current directory" in the usage instructions. * Add a neat Copier badge.
1 parent 1a9bb69 commit 9fd9bc6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-black.json)](https://github.com/copier-org/copier)
2+
13
# `aiida-plugin-copier`
24

35
Template for AiiDA plugin packages based on [`copier`](https://copier.readthedocs.io/en/latest/).
@@ -11,4 +13,4 @@ Then simply run
1113
copier copy https://github.com/mbercx/aiida-plugin-copier <plugin_name>
1214
```
1315

14-
And answer the questions to generate a new AiiDA plugin package in the current directory.
16+
And answer the questions to generate a new AiiDA plugin package.

β€Ždocs/index.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Introduction
1+
# Getting Started
22

33
A `copier`-based template for AiiDA plugin packages.
44

@@ -11,4 +11,4 @@ Then simply run
1111
copier copy https://github.com/mbercx/aiida-plugin-copier <plugin_name>
1212
```
1313

14-
And answer the questions to generate a new AiiDA plugin package in the current directory.
14+
And answer the questions to generate a new AiiDA plugin package.

0 commit comments

Comments
Β (0)