From e14b793fbcf314d6c5be020e2143218268fb8ccf Mon Sep 17 00:00:00 2001 From: xzeldon Date: Tue, 23 Aug 2022 15:45:07 +0300 Subject: [PATCH] update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 163f7f4..6ba1c55 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ See: [zeldon.ru](https://zeldon.ru). -My personal website. An [MIT](https://gitlab.zeldon.ru/zeldon-ru/zeldon-site/-/blob/main/LICENSE) licensed, easy modifiable. +My personal website. An [MIT](https://git.zeldon.ru/zeldon/zeldon-site/src/branch/main/LICENSE) licensed, easy modifiable. + +Mirror on my [ Git](https://git.zeldon.ru/zeldon/zeldon-site) ## Dependencies @@ -13,7 +15,7 @@ Only [Vite](https://vitejs.dev/) for development and bundling. To download the repository and install dependencies, run the following commands: ```bash -git clone https://gitlab.zeldon.ru/zeldon-ru/zeldon-site.git +git clone https://git.zeldon.ru/zeldon/zeldon-site.git cd zeldon-site npm install ``` @@ -31,6 +33,7 @@ Your web browser should automatically open to `::` default: [htt ## Static export To statically export the site, run this command: + ```bash npm run build ```