diff options
author | Abinoam P. Marques Jr. <abinoam@gmail.com> | 2011-09-26 23:51:46 -0300 |
---|---|---|
committer | Abinoam P. Marques Jr. <abinoam@gmail.com> | 2011-09-26 23:51:46 -0300 |
commit | c52ef0857874026d823259a584f4a6c19c257a1b (patch) | |
tree | f59bc650f73670f750a2217691c499087c9e6d3d | |
parent | e20ba2c2714ff0f64e6a001150eca2a467f39c44 (diff) | |
download | volse-hubzilla-c52ef0857874026d823259a584f4a6c19c257a1b.tar.gz volse-hubzilla-c52ef0857874026d823259a584f4a6c19c257a1b.tar.bz2 volse-hubzilla-c52ef0857874026d823259a584f4a6c19c257a1b.zip |
Changing the git url to Free-Friendika at Install.md. It's lacking addon install instruction.
-rw-r--r-- | doc/Install.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/Install.md b/doc/Install.md index 3538d7bfa..f650c1e55 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -36,13 +36,11 @@ you might have trouble getting everything to work.] - If you are able to do so, we recommend using git to clone the source repository rather than to use a packaged tar or zip file. This makes the software much easier to update. The Linux command to clone the repository into a directory "mywebsite" would be - `git clone http://github.com/friendika/friendika.git mywebsite` + `git clone https://github.com/friendika/Free-Friendika.git mywebsite` and then you can pick up the latest changes at any time with `git pull` - - - If you copy the directory tree to your webserver, make sure that you also copy .htaccess - as "dot" files are often hidden |