Skip to content

Commit 26163d9

Browse files
committed
Updated README and logo
1 parent 0a7e6a3 commit 26163d9

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

README.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
![LightDock](docs/media/lightdock_banner.png "LightDock")
1+
![LightDock](docs/media/lightdock_logo.png "LightDock")
22

3-
| WARNING: This is the repository for the Python 2.7 series. Please visit [https://lightdock.org](https://lightdock.org) for an updated version of this software (including Python 3 support) |
4-
| --- |
3+
4+
| :warning: WARNING |
5+
|:---------------------------|
6+
| This is a **deprecated** repository for the Python 2.7 series. Please visit [https://lightdock.org](https://lightdock.org) or [https://github.com/lightdock/lightdock](https://github.com/lightdock/lightdock) for an updated version of this software (**including Python 3 support**) |
57

68
#### Table of Contents
79

@@ -88,10 +90,10 @@ For more recent versions of freesasa, please check the instructions for installi
8890
The fastest way to install LightDock is to use `git` to clone the repository from GitHub:
8991

9092
```bash
91-
git clone https://github.com/brianjimenez/lightdock.git
93+
git clone https://github.com/lightdock/lightdock-python2.7.git
9294
```
9395

94-
A directory called `lightdock` is now available. This is the path necessary for setting the enviroment variable `LIGHTDOCK_HOME` in your bash. Change your `~/.bashrc` accordingly (add the following lines to your `~/.bashrc`):
96+
A directory called `lightdock-python2.7` is now available. This is the path necessary for setting the enviroment variable `LIGHTDOCK_HOME` in your bash. Change your `~/.bashrc` accordingly (add the following lines to your `~/.bashrc`):
9597

9698
```bash
9799
export LIGHTDOCK_HOME=/path/to/lightdock/folder
@@ -137,18 +139,14 @@ export LIGHTDOCK_LONG_TEST=true
137139

138140
## 4. Documentation
139141

140-
This GitHub [README.md](README.md) file is intended as an installation guide.
142+
This GitHub [README.md](README.md) file is intended **only** as an installation guide.
141143

142144
The complete documentation about how to run the LightDock protocol can be found at [https://lightdock.org](https://lightdock.org).
143145

144146

145147
## 5. Get Help
146148

147-
LightDock is being actively developed and some issues may arise or you may get some extra help to run LightDock. In those cases, there are two main ways to get help:
148-
149-
1. Read the [FAQ](https://lightdock.org/tutorials/faq) in case your problem is known
150-
2. Open a [new issue in this repository](https://github.com/brianjimenez/lightdock/issues/new)
151-
3. Or write an email to <[email protected]>
149+
Please visit the [official website](https://lightdock.org/about/#help-and-new-features-request) for instructions.
152150

153151

154152

docs/media/lightdock_logo.png

25.1 KB
Loading

0 commit comments

Comments
 (0)