Skip to content

Commit

Permalink
add descriptions to quick start pages
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Mar 2, 2024
1 parent 128408e commit cff043c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/getting-started/cpp.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Getting Started: C++
<AppliesTo all />
Get started with our cross-platform C++ header library.

1. Copy [Velopack.hpp](https://github.com/velopack/velopack.fusion/blob/master/for-cpp/Velopack.hpp) and [Velopack.cpp](https://github.com/velopack/velopack.fusion/blob/master/for-cpp/Velopack.cpp) into your project.

Expand Down
3 changes: 2 additions & 1 deletion docs/getting-started/csharp.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Getting Started: C# / .NET
# Getting Started: .NET
<AppliesTo all />
Get started with .NET 5+ (cross-platform) or .Net Framework.

1. Install the [Velopack NuGet Package](https://www.nuget.org/packages/velopack) in your main project:
```cmd
Expand Down
4 changes: 3 additions & 1 deletion docs/getting-started/electron.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Getting Started: JS / Electron
<AppliesTo all />
This quick start is slightly tailored to Electron, so if you are using pure nodejs and bundling your app using [pkg](https://github.com/vercel/pkg) or similar you can ignore those steps.
Get started with our NPM package for JS & Electron.

If you are using pure nodejs and bundling your app using [pkg](https://github.com/vercel/pkg) or similar you can ignore Electron-specific steps.

1. Add Velopack to your `package.json`:
```txt
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/rust.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Getting Started: Rust
<AppliesTo all />
Get started with our official cross-platform Rust Crate.

1. Add Velopack to your `Cargo.toml`:
```toml
Expand Down

0 comments on commit cff043c

Please sign in to comment.