diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-12-13 13:31:00 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-12-13 13:31:00 +0100 |
commit | da31e7d9ec11081807c6710f0f86def2372a7aff (patch) | |
tree | f213709746078e22a14a62a309f268d2a8e63900 /doc | |
parent | eb8aad6a23442cf7b23e0df88b89b4cd030dfbf5 (diff) | |
download | patches-da31e7d9ec11081807c6710f0f86def2372a7aff.tar patches-da31e7d9ec11081807c6710f0f86def2372a7aff.tar.gz |
doc: Link to "Building from Git" instead of quoting command to build Guix.
* doc/contributing.texi (Submitting Patches): Remove example.
Add link to "Building from Git" section.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributing.texi | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 4ecff0a2dd..3c13005413 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -962,11 +962,8 @@ the URL: it is not very useful and if the name changes, the URL will probably be wrong. @item -See if Guix builds with -@example -guix environment --pure guix -- make -@end example -and look for warnings, especially those about use of undefined symbols. +Check if Guix builds (@pxref{Building from Git}) and address the +warnings, especially those about use of undefined symbols. @item Make sure your changes do not break Guix and simulate a @code{guix pull} with: |