mirror of https://github.com/BOINC/boinc.git
25 lines
530 B
HTML
25 lines
530 B
HTML
<title>Running the client</title>
|
|
<body bgcolor=ffffff>
|
|
<h2>Running the client</h2>
|
|
<p>
|
|
<h3>The Windows graphical client</h3>
|
|
<p>
|
|
TO BE WRITTEN
|
|
|
|
<h3>The command-line client</h3>
|
|
<p>
|
|
Command-line options:
|
|
<dl>
|
|
<dt> -add_new_project
|
|
<dd> Enroll in a new project.
|
|
You will be asked for the project URL and an account ID.
|
|
<dt> -help
|
|
<dd> Show client options.
|
|
<dt> -version
|
|
<dd> Show client version.
|
|
</dl>
|
|
<p>
|
|
To remove a project: quit the client.
|
|
Then delete the file "account_PROJECT-URL.xml"
|
|
where PROJECT-URL is the project's URL.
|