diff options
author | Amin Bandali <bandali@gnu.org> | 2020-07-26 03:37:45 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-07-26 03:37:45 -0400 |
commit | d1922be57003918bfc12577b05f0bc31c026f5e3 (patch) | |
tree | 5d3cf6ae14ebcefcac3da0da7a181f804533fbf6 | |
parent | fa83607c0fe625f29cd5614c6680f434c24bd313 (diff) | |
download | emacsconf-wiki-d1922be57003918bfc12577b05f0bc31c026f5e3.tar.xz emacsconf-wiki-d1922be57003918bfc12577b05f0bc31c026f5e3.zip |
edit: a few small fixes
-rw-r--r-- | edit.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -6,16 +6,16 @@ written in markdown, and converted to HTML using the [ikiwiki](//ikiwiki.info) wiki compiler. You are welcome and encouraged to edit and help improve the site. -**Important:** before proceeding any further, see the [[EmacsConf wiki -license terms|COPYING]] before pushing any changes. +**Important:** see the [[EmacsConf wiki license terms|COPYING]] before +before proceeding any further and pushing any changes. To edit the wiki, you need to install `git` if it is not installed on your machine already. Then, you can clone the sources from any one of the following addresses: - ssh://anon@git.emacsconf.org:emacsconf-wiki - git://git.emacsconf.org/emacsconf-wiki - https://git.emacsconf.org/emacsconf-wiki + ssh://anon@git.emacsconf.org:emacsconf-wiki + git://git.emacsconf.org/emacsconf-wiki + https://git.emacsconf.org/emacsconf-wiki Note that the `https://` access is read-only and does not allow pushing changes, while the `ssh://` and `git://` methods allow pushes |