Skip to content

Commit 5058986

Browse files
committed
add installation dir template var
1 parent 39f07c7 commit 5058986

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
| variable | description | example |
2-
|-------------------|----------------------------------------------------|---------------------------------------------------|
3-
| `fs.app_data` | The absolute path to your app's directory | `/home/user/.freeshard/user_data/app_data/my-app` |
4-
| `fs.all_app_data` | The absolute path to the app data parent directory | `/home/user/.freeshard/user_data/app_data` |
5-
| `fs.shared` | The absolute path to the directory for shared data | `/home/user/.freeshard/user_data/shared` |
1+
| variable | description | example |
2+
|-------------------|-----------------------------------------------------------------------|----------------------------------------------------|
3+
| `fs.app_data` | The absolute path to your app's directory | `/home/user/.freeshard/user_data/app_data/my-app` |
4+
| `fs.all_app_data` | The absolute path to the app data parent directory | `/home/user/.freeshard/user_data/app_data` |
5+
| `fs.shared` | The absolute path to the directory for shared data | `/home/user/.freeshard/user_data/shared` |
6+
| `fs.installation_dir` | The absolute path to the directory where your installation files live | `/home/user/.freeshard/core/installed_apps/my-app` |

0 commit comments

Comments
 (0)