Skip to content

Commit

Permalink
chore(doc): improve git command readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal committed Nov 4, 2022
1 parent 491f794 commit 09c722b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,12 @@ The quickest way to access and work with the ac-dev-server is the following:

![Screen](https://code.visualstudio.com/assets/docs/remote/common/remote-dev-status-bar.png)

4. Once inside the container open a vscode terminal and run this command `git config --global --add safe.directory '*' && git reset --hard && git pull origin master`.
4. Once inside the container open a vscode terminal and run this command

```bash
git config --global --add safe.directory '*' && git reset --hard && git pull origin master
```

You will notice that the file list available in VSCode is basically the [azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk) repository.
5. Now you can start working with the azerothcore sources into a pre-configured ubuntu environment with all the dependencies pre-installed
6. To build and run your server run `./acore.sh compiler build` command. You can refer to [this guide](https://www.azerothcore.org/wiki/ac-dashboard-core-installation) at the paragraph "Build everything from scratch".
Expand Down

0 comments on commit 09c722b

Please sign in to comment.