mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
docs: link documentation in readme
This commit is contained in:
parent
3527413745
commit
b3b4ee113f
2 changed files with 5 additions and 1 deletions
|
@ -60,6 +60,10 @@ manually to add metadata such as authors, description, and license.
|
||||||
|
|
||||||
The pesde CLI supports the `.pesdeignore` file, which is similar to `.gitignore`. It can be used to include or exclude files from the package.
|
The pesde CLI supports the `.pesdeignore` file, which is similar to `.gitignore`. It can be used to include or exclude files from the package.
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
For more information, you can check the [documentation](https://pesde.daimond113.com/docs).
|
||||||
|
|
||||||
## Registry
|
## Registry
|
||||||
|
|
||||||
The main pesde registry is hosted on [fly.io](https://fly.io). You can find it at https://registry.pesde.daimond113.com.
|
The main pesde registry is hosted on [fly.io](https://fly.io). You can find it at https://registry.pesde.daimond113.com.
|
||||||
|
|
|
@ -213,7 +213,7 @@ index_url: URL"
|
||||||
</ul>
|
</ul>
|
||||||
<Codeblock
|
<Codeblock
|
||||||
lang="yaml"
|
lang="yaml"
|
||||||
code="name: PACKAGE_NAME
|
code="name: STANDARD_PACKAGE_NAME
|
||||||
version: VERSION
|
version: VERSION
|
||||||
description: STRING
|
description: STRING
|
||||||
license: STRING
|
license: STRING
|
||||||
|
|
Loading…
Reference in a new issue