summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 11 insertions, 2 deletions
diff --git a/README b/README
index 471815c0b..85c12e7e2 100644
--- a/README
+++ b/README
@@ -14,11 +14,20 @@ The following dependencies are required to build the wallet:
- pnpm
- zip
+## Preparing the repository
+
+After running clone you should bootstrap the repository.
+
+```shell
+./bootstrap
+```
+
## 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: