Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jul 21, 2023
1 parent 26ddfca commit c04f4cd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Warning: Be sure **xpm** is not installed with administrative/root rights.

#### xpm

This source code library can be installed as a package from GitHub with:
This source code library can be installed as a sub-folder of `xpacks` with:

```sh
cd my-project
Expand All @@ -86,10 +86,9 @@ to a read-only instance of the package in the **xpm** central store.
#### npm

The package can also be installed with [npm](https://docs.npmjs.com)
or related, but
the features specific to C/C++ projects will not be available;
therefore, at least for consistency reasons, it is recommended
to use **xpm**.
or related, but the content will end in the `node_modules` folder,
along with JavaScript code;
therefore it is recommended to install C/C++ packages via **xpm**.

### Add as a Git submodule

Expand Down

0 comments on commit c04f4cd

Please sign in to comment.