instructions for non-root local install
This commit is contained in:
parent
90c5db97eb
commit
1fb42cbc67
1 changed files with 16 additions and 1 deletions
17
readme.md
17
readme.md
|
|
@ -1,6 +1,6 @@
|
|||
[](https://paypal.me/gridspace3d?locale.x=en_US)
|
||||
|
||||
Contributions in all forms (code, bug reports, community engagenment, cash money, etc) are warmly welcomed. They all go to the bottom line of making better apps.
|
||||
Contributions in all forms (code, bug reports, community engagement, cash money, etc) are warmly welcomed. They all go to the bottom line of making better apps.
|
||||
|
||||
[](https://discord.com/channels/688863523207774209/688863523211968535)
|
||||

|
||||
|
|
@ -54,6 +54,21 @@ to start a local instance of the apps. then open
|
|||
[Kiri:Moto](http://localhost:8080/kiri) or
|
||||
[Meta:Moto](http://localhost:8080/meta) on your local host
|
||||
|
||||
Alternatively, if you are using a packaged version of npm that ships with
|
||||
a Linux distribution, but still want to install in your home directory, you
|
||||
can use
|
||||
|
||||
```
|
||||
npm config set prefix ~/.local
|
||||
```
|
||||
|
||||
If gs-app-server is not found, then perhaps ~/.local/bin is not in
|
||||
your path. You can either add it to your path, or you can run:
|
||||
|
||||
```
|
||||
~/local/bin/gs-app-server --debug
|
||||
```
|
||||
|
||||
### Windows Developers
|
||||
|
||||
this git repo requires symbolic link support. on Windows, this means you have to clone the repo in a command shell with Administrator privileges.
|
||||
|
|
|
|||
Loading…
Reference in a new issue