pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Don't prefix commands by a shell prompt, so they're sl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b758173264a
branches: trunk
changeset: 324164:8b758173264a
user: maya <maya%pkgsrc.org@localhost>
date: Tue Oct 09 22:55:48 2018 +0000
description:
Don't prefix commands by a shell prompt, so they're slightly easier to copy.
diffstat:
README | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (32 lines):
diff -r 77a84022b99f -r 8b758173264a README
--- a/README Tue Oct 09 20:05:43 2018 +0000
+++ b/README Tue Oct 09 22:55:48 2018 +0000
@@ -1,14 +1,14 @@
-$NetBSD: README,v 1.19 2017/03/02 09:51:35 maya Exp $
+$NetBSD: README,v 1.20 2018/10/09 22:55:48 maya Exp $
pkgsrc is a framework for building software on UNIX-like systems.
To use, bootstrap using:
-% cd pkgsrc/bootstrap/
-% ./bootstrap
+ cd pkgsrc/bootstrap/
+ ./bootstrap
build packages, use:
-% cd pkgsrc/category/package-name
-% $PREFIX/bin/bmake install
+ cd pkgsrc/category/package-name
+ $PREFIX/bin/bmake install
Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)
@@ -16,7 +16,7 @@
https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd
To fetch the main CVS repository:
-% cvs -d anoncvs%anoncvs.NetBSD.org@localhost:/cvsroot checkout -P pkgsrc
+ cvs -d anoncvs%anoncvs.NetBSD.org@localhost:/cvsroot checkout -P pkgsrc
It's also possible to contribute through pkgsrc wip (work in progress), for
more information, see http://pkgsrc.org/wip/users/
Home |
Main Index |
Thread Index |
Old Index