| Index: README.md |
| diff --git a/README.md b/README.md |
| index f90b53dc217b699cd9e453233ecfd21f08709c0f..3d07257a906e2d6d82fc5b949e5876d14d7a5882 100644 |
| --- a/README.md |
| +++ b/README.md |
| @@ -22,6 +22,14 @@ Building |
| - For signed builds: [PyCrypto module](https://www.dlitz.net/software/pycrypto/) |
| - [Node.js](https://nodejs.org/) (>= 7) |
| +### Switching sources between platforms |
|
kzar
2018/08/09 09:32:20
I'm usually in favour of more documentation, but I
tlucas
2018/08/09 09:42:35
Done.
|
| + |
| +You can define different sources for different platforms (e.g. different |
| +storage backends). To do this add a [module_alias] section to the target |
| +platform's metadata file, adhering to webpack's |
| +[resolve.alias](https://webpack.js.org/configuration/resolve/#resolve-alias) |
| +machinery. |
| + |
| ### Building the extension |
| Run one of the following commands in the project directory, depending on your |