Skip to content

Commit ccce94b

Browse files
committed
Update README
1 parent 23f3929 commit ccce94b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ curl -L http://tiny.cc/2np2bz | bash
1717
```
1818
## How it works
1919

20-
Font Helper is a simple http server witch get requests from figma on localhost, reads fonts and gives it to the Figma.
20+
Font Helper is a simple http server witch get requests from figma on localhost, reads fonts and gives it to the Figma. When You open a figma project in a browser Figma send local http request in Your system. Font Helper replies on this request and returns list of fonts.
2121

2222
## How to add directories
2323

@@ -27,6 +27,11 @@ The config file is a simple JSON file.
2727
nano /etc/figma-linux/fonthelper
2828
```
2929

30+
After that You need to restart Font Helper for apply changes:
31+
```bash
32+
sudo systemctl restart fonthelper.service
33+
```
34+
3035
## Where is logs
3136

3237
The app put all logs into the `/var/log/fonthelper` directory.

0 commit comments

Comments
 (0)