From e142cd35fd8598b82a708aa72dc2fb239468f786 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sat, 3 Aug 2024 08:52:51 +0200 Subject: [PATCH] Update links --- README.md | 8 ++++---- deps.pluto | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1009598..547a3ae 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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. diff --git a/deps.pluto b/deps.pluto index b9d9b16..8d83987 100644 --- a/deps.pluto +++ b/deps.pluto @@ -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"