Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Commit

Permalink
Change self-hosting guides git clone to suggest making a new directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Senither committed Oct 16, 2018
1 parent 51bb232 commit 1ea465c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion linux-guide.md
Expand Up @@ -139,7 +139,8 @@ Next, we'll need to get the jar file to run Ava, you can get a stable version fr

You'd want to figure out where you want the bot to be downloaded. When you've found the location of your choice, clone the Ava repository into the folder by using the following command.

git clone https://github.com/avaire/avaire.git .
git clone https://github.com/avaire/avaire.git
cd avaire

You have now successfully cloned the AvaIre Git repository, next we'll need to build the jar file from the source code, we can do this by utilizing gradle which we just installed.

Expand Down
3 changes: 2 additions & 1 deletion windows-guide.md
Expand Up @@ -86,7 +86,8 @@ You'd want to figure out where you want the bot to be downloaded. Something simp

When you've found the location of your choice, hit `Shift+Right click` and select **Git Bash here**. This will open the Git Bash console. Type the following command into Git Bash:

git clone https://github.com/avaire/avaire.git .
git clone https://github.com/avaire/avaire.git
cd avaire

Let it clone the Git repository. When it's done, you should have the following output.

Expand Down

0 comments on commit 1ea465c

Please sign in to comment.