[skip ci]
This commit is contained in:
silverqx
2024-08-17 15:16:44 +02:00
parent 9a213d9962
commit c7396cb527
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -266,7 +266,7 @@ export LD_LIBRARY_PATH=/opt/Qt/6.7.2/gcc_64/lib$\{LD_LIBRARY_PATH:+:\}$LD_LIBRAR
</Tabs>
:::tip
You can also use the [`tools/Add-FolderOnPath.ps1`](https://github.com/silverqx/TinyORM/blob/main/tools/Add-FolderOnPath.ps1) pwsh script to fastly prepend a path or <abbr title='Current working directory'>pwd</abbr> on the system `PATH`.
You can also use the [`tools/Add-FolderOnPath.ps1`](https://github.com/silverqx/TinyORM/blob/main/tools/Add-FolderOnPath.ps1) pwsh script to quickly prepend a path or <abbr title='Current working directory'>pwd</abbr> on the system `PATH`.
:::
## vcpkg
@@ -613,7 +613,7 @@ As the last thing, do not forget to add `TinyOrm0d.dll` on the path on Windows a
Now you can try the [`HelloWorld CMake`](building/hello-world.mdx#hello-world-with-cmake) example.
:::info
You can also try the [`FetchContent`](hello-world.mdx#fetchcontent) method to fastly link against the `TinyORM` library.
You can also try the [`FetchContent`](hello-world.mdx#fetchcontent) method to quickly link against the `TinyORM` library.
:::
## Building with qmake
+2 -2
View File
@@ -2,7 +2,7 @@
sidebar_position: 8
sidebar_label: 📄 Features Summary
hide_table_of_contents: true
description: List that fastly summarizes all TinyORM features.
description: List that quickly summarizes all TinyORM features.
keywords: [c++ orm, tinyorm, features, summary, features summary]
---
@@ -13,7 +13,7 @@ keywords: [c++ orm, tinyorm, features, summary, features summary]
## Summary List
The following list fastly summarizes all the `TinyORM` features.
The following list quickly summarizes all the `TinyORM` features.
- __simple database connections management__ 🧬
- database manager that helps with the database connections management