diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-29T11·03+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-29T11·03+0000 |
commit | 070e07ed5aeac9918b9ec4cb6944f31b2b1aeeae (patch) | |
tree | 0067f5e7110be234cad387bddf095f70618d24b8 /doc/manual/quick-start.xml | |
parent | 30c7db85d81840d9d99841ab72e95c5267a925a6 (diff) |
* Manual.
Diffstat (limited to 'doc/manual/quick-start.xml')
-rw-r--r-- | doc/manual/quick-start.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/manual/quick-start.xml b/doc/manual/quick-start.xml index a89ac9336070..c4065ace199e 100644 --- a/doc/manual/quick-start.xml +++ b/doc/manual/quick-start.xml @@ -96,6 +96,16 @@ The latter command will upgrade each installed component for which there is a “newer” version (as determined by comparing the version numbers).</para></listitem> +<listitem><para>You can also install specific packages directly from +your web browser. For instance, you can go to <link +xlink:href="http://nix.cs.uu.nl/dist/nix/nixpkgs-unstable-latest/" /> +and click on any link for the individual packages for your platform. +Associate <literal>application/nix-package</literal> with the program +<filename>/nix/bin/nix-install-package</filename>. A window should +appear asking you whether it’s okay to install the package. Say +<literal>Y</literal>. The package and all its dependencies will be +installed.</para></listitem> + <listitem><para>If you're unhappy with the result of a <command>nix-env</command> action (e.g., an upgraded component turned out not to work properly), you can go back: |