Skip to content
Snippets Groups Projects
Commit f9fda6f6 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Update README.md

parent b55518aa
No related branches found
No related tags found
No related merge requests found
......@@ -175,16 +175,16 @@ __Solution:__
1. To run from __Terminal__, you need to create an environment variable WOLF_ROOT pointing to where the wolf project is
- Edit file ````~/.bashrc````, or ````~/.bash_profile````, and add these lines:
````
# WOLF
export WOLF_ROOT="/abs/path/to/wolf"
````
````
# WOLF
export WOLF_ROOT="/abs/path/to/wolf"
````
- Then you need to source the file to get effect,
````
source ~/.bash_profile // or ~/.bashrc, of course
````
````
source ~/.bash_profile // or ~/.bashrc, of course
````
2. If you run your application from __eclipse__, do:
- Menu Run > Run configurations...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment