Add a notice

This commit is contained in:
Manav Rathi 2024-03-21 12:13:39 +05:30
parent 4ea43e619b
commit 3c4619e5e4
No known key found for this signature in database

View file

@ -10,6 +10,12 @@ To know more about Ente, see [our main README](../README.md) or visit
## Building from source
> [!CAUTION]
>
> We're improving the security of the desktop app further by migrating to
> Electron's sandboxing and contextIsolation. These updates are still WIP and
> meanwhile the instructions below might not fully work on the main branch.
Fetch submodules
```sh
@ -28,11 +34,6 @@ Run in development mode (with hot reload)
yarn dev
```
> [!CAUTION]
>
> `yarn dev` is currently not working (we'll fix soon). If you just want to
> build from source and use the generated binary, use `yarn build`.
Or create a binary for your platform
```sh