mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
docs: update README
This commit is contained in:
parent
3152e4534b
commit
265872c747
1 changed files with 20 additions and 14 deletions
34
README.md
34
README.md
|
@ -6,21 +6,23 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
pesde is a package manager for the Luau programming language, supporting multiple runtimes including Roblox and Lune.
|
pesde is a package manager for the Luau programming language, supporting
|
||||||
pesde has its own registry, however it can also use Wally, and Git repositories as package sources.
|
multiple runtimes including Roblox and Lune. pesde has its own registry, however
|
||||||
It has been designed with multiple targets in mind, namely Roblox, Lune, and Luau.
|
it can also use Wally, and Git repositories as package sources. It has been
|
||||||
|
designed with multiple targets in mind, namely Roblox, Lune, and Luau.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
pesde can be installed from GitHub Releases. You can find the latest
|
pesde can be installed from GitHub Releases. You can find the latest release
|
||||||
release [here](https://github.com/daimond113/pesde/releases). Once you have downloaded the binary,
|
[here](https://github.com/daimond113/pesde/releases). Once you have downloaded
|
||||||
run the following command to install it:
|
the binary, run the following command to install it:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pesde self-install
|
pesde self-install
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that pesde manages its own versions, so you can update it by running the following command:
|
Note that pesde manages its own versions, so you can update it by running the
|
||||||
|
following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pesde self-upgrade
|
pesde self-upgrade
|
||||||
|
@ -28,19 +30,23 @@ pesde self-upgrade
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
For more information about its usage, you can check the [documentation](https://docs.pesde.daimond113.com).
|
For more information about its usage, you can check the
|
||||||
|
[documentation](https://docs.pesde.daimond113.com).
|
||||||
*Currently waiting on [this PR](https://github.com/daimond113/pesde/pull/3) to be merged.*
|
|
||||||
|
|
||||||
## 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.
|
||||||
|
|
||||||
### Self-hosting
|
### Self-hosting
|
||||||
|
|
||||||
The registry tries to require no modifications to be self-hosted. Please refer to the [example .env file](https://github.com/daimond113/pesde/blob/0.5/registry/.env.example) for more information.
|
The registry tries to require no modifications to be self-hosted. Please refer
|
||||||
|
to the
|
||||||
|
[documentation](http://docs.pesde.daimond113.com/guides/self-hosting-registries)
|
||||||
|
for more information.
|
||||||
|
|
||||||
## Previous art
|
## Previous art
|
||||||
|
|
||||||
pesde is heavily inspired by [npm](https://www.npmjs.com/), [pnpm](https://pnpm.io/), [Wally](https://wally.run),
|
pesde is heavily inspired by [npm](https://www.npmjs.com/),
|
||||||
and [Cargo](https://doc.rust-lang.org/cargo/).
|
[pnpm](https://pnpm.io/), [Wally](https://wally.run), and
|
||||||
|
[Cargo](https://doc.rust-lang.org/cargo/).
|
||||||
|
|
Loading…
Add table
Reference in a new issue