@@ -28,19 +28,6 @@ Make sure to read the [deployment guide](../guide/deploy/README.md) if you plan
2828
2929> ** [ warning] Do not use "sudo" or an administrator user for the setup procedure.**
3030
31- By default the following packages are installed by default:
32- 33- - ` @osjs/standard-theme `
34- - ` @osjs/gnome-icons `
35- - ` @osjs/calculator-application `
36- - ` @osjs/draw-application `
37- - ` @osjs/htmlviewer-application `
38- - ` @osjs/musicplayer-application `
39- - ` @osjs/preview-application `
40- - ` @osjs/textpad-application `
41- 42- For a list of packages, see the [ official resource list] ( https://manual.os-js.org/v3/resource/official/ ) .
43- 4431Clone the base repository (or download a compressed version of latest release):
4532
4633``` bash
@@ -57,6 +44,7 @@ To install locally you have to run a couple of commands to set up your distribut
5744npm install
5845
5946# Optionally install extra packages:
47+ # For a list of packages, see the [official resource list](https://manual.os-js.org/v3/resource/official/).
6048npm install --save @osjs/example-application
6149
6250# Discover installed packages
0 commit comments