diff --git a/README.md b/README.md index 075f067..5264014 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ You can also consider using the repository as a submodule + symlink for your own **Linux**: ``` $ git submodule add https://github.com/citizenfx/cfx-server-data.git vendor/server-data -$ ln -s vendor/server-data/resources/ 'resources/[base]/' +$ ln -s ../vendor/server-data/resources/ 'resources/[base]/' ``` **Windows**: ``` > git submodule add https://github.com/citizenfx/cfx-server-data.git vendor/server-data -> mklink /d resources\[base] vendor\server-data\resources +> mklink /d resources\[base] ..\vendor\server-data\resources ``` ## Policy @@ -28,4 +28,4 @@ existing ones - anything goes, as long as you make sure to: 2. Not change default behavior without a toggle. 3. Use best practices (convars over config files, native commands wherever possible, etc.) -Modifying or rewriting existing resources in this repository for local use only is _strongly_ discouraged. \ No newline at end of file +Modifying or rewriting existing resources in this repository for local use only is _strongly_ discouraged.