Skip to content

Commit

Permalink
docs: Change init to create (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis authored Aug 4, 2024
2 parents aaeed33 + 43f829c commit 53be231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docpages/install/install-xmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
To install D++ on a project from XMake:

- Ensure XMake [is correctly installed](https://xmake.io/#/guide/installation)
- Create a new XMake project if you haven't already one, using `xmake init <project_name>`
- Create a new XMake project if you haven't already one, using `xmake create <project_name>`
- Update the `xmake.lua` file by adding the `dpp` package, below the minimum configuration:

~~~~~~~~~~~lua
Expand All @@ -18,4 +18,4 @@ target("test-bot")
add_packages("dpp")
~~~~~~~~~~~

- Finally, run `xmake build` to download dependencies and build the project
- Finally, run `xmake build` to download dependencies and build the project

0 comments on commit 53be231

Please sign in to comment.