Not logged in
Diff

Differences From Artifact [feb3fa22b5]:

  • File www/quickstart.html — part of check-in [d8d6dc85e1] at 2007-09-26 12:24:07 on branch trunk — Minor changes to the quickstart.html document. (user: drh size: 8054) [more...]

To Artifact [93353cd419]:

  • File www/quickstart.html — part of check-in [bbbee5fc37] at 2008-03-17 21:21:18 on branch trunk — Update the website to include links to the download page. (user: drh size: 8152)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15





16
17
18
19
20
21
22
1
2
3
4
5
6
7
8
9
10
11
12



13
14
15
16
17
18
19
20
21
22
23
24












-
-
-
+
+
+
+
+







<html>
<title>Fossil - Quick Start</title>
<body bgcolor="white">
<p>[ <a href="index.html">Index</a> ]</p>
<hr>
<h1 align="center">Fossil Quick Start</h1>

<p>This is a guide to get you started using fossil quickly
and painlessly.</p>

<h2>Installing</h2><blockquote>

    <p>Fossil is a single self-contained C program that you need to
    <a href="build.html">install</a> before using.  Build the binary
    and put it someplace on your PATH environment variable.</p>
    <p>Fossil is a single self-contained C program.  You need to
    either download a <a href="download.html">precompiled binary</a>
    or <a href="build.html">build it yourself</a> from sources.
    Install fossil by putting the fossil binary
    someplace on your PATH environment variable.</p>
    
    </blockquote>
    <h2>Cloning A Existing Repository</h2>
    <blockquote>
    
    <p>Use this command:</p>