commit 44308fb898372c059cf03a23ad1169d5a6e0c296 parent a1c5917e626856f2abd9dbe6ddaa71c1458334c6 Author: Sebastian <sebasjm@gmail.com> Date: Mon, 29 Apr 2024 08:54:44 -0300 fix #8760 Diffstat:
| M | README | | | 13 | +++++++++++-- |
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/README b/README @@ -14,11 +14,20 @@ The following dependencies are required to build the wallet: - pnpm - zip +## Prepraring the repository + +After running clone you should boostrap the repository. + +```shell +./boostrap +``` + ## Installation The CLI version of the wallet supports the normal GNU installation process. ```shell +./bootstrap ./configure [ --prefix=$PREFIX ] && make install ``` @@ -171,10 +180,10 @@ make anastasis-webui ``` It will run the test suite and put everything into the dist folder under the project root (packages/anastasis-webui). -You can run the SPA directly using the file:// protocol. +You can copy the SPA directly to work local webserver. ```shell -firefox packages/anastasis-webui/dist/ui.html +cp -Tr ./packages/anastasis-webui/dist/prod /var/www/html/anastasis ``` Additionally you can create a zip file with the content to upload into a web server: