From 38a822c1d5772a5c67d8997062b796d8cc8f92a3 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 18 Nov 2025 09:52:47 +0100 Subject: [PATCH] chore: update readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e5e7453..8210f85 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You need [node](https://nodejs.org) and [pnpm](https://pnpm.io). ```bash # clone project -$ git clone git@git.sr.ht:~ayoayco/ayco.io-astro +$ git clone https://git.ayo.run/ayo/ayco.io-astro # go into project dir $ cd ./ayco.io-astro @@ -26,16 +26,16 @@ $ pnpm i | ------------------- | ---------------------------------------------- | | `pnpm run dev` | start dev server | | `pnpm run build` | generate static files to `dist` directory | -| `pnpm run deploy` | upload to my server | +| `pnpm run deploy` | upload to my server | | `pnpm run prep:now` | back up and clear current `now page` constants | ## Deployment -For the script `npm run deploy`, you need to add an environmental variable named HOST containing the IP address of the host server. This will scp the build files into the server. +For the script `npm run deploy`, you need to add an environmental variable named HOST containing the IP address of the host server. This will scp the build files into the server. -If you want to run build before deploying, do `npm run build:deploy` +If you want to run build before deploying, do `npm run build:deploy` ------ +--- -*Just keep building.*
-*~Ayo* +_Just keep building._
+_~Ayo_