mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Changing the git url to Free-Friendika at Install.md. It's lacking addon install instruction.
This commit is contained in:
parent
e20ba2c271
commit
c52ef08578
1 changed files with 1 additions and 3 deletions
|
@ -36,14 +36,12 @@ 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
|
||||
and aren't normally copied.
|
||||
|
|
Loading…
Reference in a new issue