docs: link documentation in readme

This commit is contained in:
daimond113 2024-04-03 21:16:21 +02:00
parent 3527413745
commit b3b4ee113f
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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