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 d949f00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 Down
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 d949f00

Please sign in to comment.