Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Aug 3, 2024
1 parent 7ef0aca commit e142cd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
> [!WARNING]
> APM currently depends on Pluto 0.10.0, which is still in development.
APM uses [Pluto](https://pluto-lang.org/) (a fork of Lua) as the configuration format.
APM uses [Pluto](https://plutolang.github.io/) (a fork of Lua) as the configuration format.

1. Be sure to [install Pluto](https://pluto-lang.org/docs/Getting%20Started), if you haven't already.
1. Be sure to [install Pluto](https://plutolang.github.io/docs/Getting%20Started), if you haven't already.
2. Create a `deps.pluto` file in your project.
3. Insert the following:
```elixir
;(require"http".request"//use.agnostic.pm"|>load)()
;(require"http".request"//plutolang.github.io/apm/full"|>load)()
```

Now you can describe your dependencies, which can be as simple as this:
Expand All @@ -26,4 +26,4 @@ git "https://github.com/omni-wf/warframe-public-export-plus"
from "*.json" to "data/*.json"
```

To install and update your dependencies, simply run the `deps.pluto` script, which can be done by entering `pluto deps.pluto` into a command prompt, or [using the build system editor integration](https://pluto-lang.org/docs/Editor%20Integration), if supported.
To install and update your dependencies, simply run the `deps.pluto` script, which can be done by entering `pluto deps.pluto` into a command prompt, or [using the build system editor integration](https://plutolang.github.io/docs/Editor%20Integration), if supported.
2 changes: 1 addition & 1 deletion deps.pluto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;(require"http".request"//use.agnostic.pm"|>load)()
;(require"http".request"//plutolang.github.io/apm/full"|>load)()

git "https://github.com/PlutoLang/gitwit"
from "gitwit.pluto" to "gitwit.pluto"

0 comments on commit e142cd3

Please sign in to comment.