Readme
This commit is contained in:
parent
cdd05891e8
commit
47955a6be1
1 changed files with 16 additions and 5 deletions
21
README.md
21
README.md
|
@ -21,9 +21,20 @@ user protection.
|
|||
|
||||
## Getting Started
|
||||
|
||||
1. Clone the repository.
|
||||
2. Install dependencies.
|
||||
3. Run the application.
|
||||
Install dependencies described here: https://docs.fyne.io/started/
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam at nisi ac
|
||||
libero gravida vehicula non et metus.
|
||||
For Fedora:
|
||||
```bash
|
||||
sudo dnf install golang golang-misc gcc libXcursor-devel libXrandr-devel mesa-libGL-devel libXi-devel libXinerama-devel libXxf86vm-devel libxkbcommon-devel wayland-devel
|
||||
```
|
||||
|
||||
To build:
|
||||
|
||||
```bash
|
||||
make
|
||||
```
|
||||
or
|
||||
```bash
|
||||
cd rex_client && make
|
||||
cd rex_server && make
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue