[Docs] Update WSL instructions + fix broken links (#1204)
Update WSL instructions
This commit is contained in:
@ -55,8 +55,5 @@ Close and reopen your terminal to start using nvm or run the following to use it
|
|||||||
|
|
||||||
### Install Twenty project
|
### Install Twenty project
|
||||||
|
|
||||||
You are ready to install Twenty project. Follow the [Yarn install guide](/developer/local-setup#yarn-install) instructions.
|
You are ready to install Twenty project. Follow the [Yarn install guide](/developer/local-setup#yarn-install-recommended) instructions.
|
||||||
We don't recommend to use Docker on WSL as it adds an extra layer of complexity.
|
We don't recommend to use Docker on WSL as it adds an extra layer of complexity.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -83,7 +83,8 @@ CREATE DATABASE "test";
|
|||||||
Create a `twenty` user with password `twenty`:
|
Create a `twenty` user with password `twenty`:
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE USER twenty PASSWORD ‘twenty’
|
CREATE USER twenty PASSWORD 'twenty';
|
||||||
|
ALTER USER twenty CREATEDB;
|
||||||
```
|
```
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|||||||
@ -12,8 +12,8 @@ The easiest way to quickly try the app is to signup on [app.twenty.com](https://
|
|||||||
|
|
||||||
The signup is free.
|
The signup is free.
|
||||||
|
|
||||||
<ThemedImage sources={{light: "../../img/light-sign-in.png", dark:"../../img/dark-sign-in.png"}} style={{width:'100%', maxWidth:'800px'}}/>
|
<ThemedImage sources={{light: "/img/light-sign-in.png", dark:"/img/dark-sign-in.png"}} style={{width:'100%', maxWidth:'800px'}}/>
|
||||||
|
|
||||||
## Developer documentation
|
## Developer documentation
|
||||||
|
|
||||||
If you are looking to install the project locally, either to try it or to contribute, check out our [developer guide](../developer/local-setup).
|
If you are looking to install the project locally, either to try it or to contribute, check out our [developer guide](/developer/local-setup).
|
||||||
|
|||||||
Reference in New Issue
Block a user