Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 111c04d

Browse files
committed
Add custom install to README
1 parent be40fdb commit 111c04d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Code formatting rules for Android Studio
2525
Just run the [`install`](install.sh) script.
2626
It will automatically copy the latest Code Style to each existing `AndroidStudio` and `AndroidStudioPreview` version you have installed.
2727

28+
You can also install it directly into an Android Project by running
29+
```
30+
$ ./install.sh PATH/TO/YOUT/PROJECT
31+
```
32+
2833
### Manually (the hard way)
2934
1. Copy the [`grandcentrix.xml`](styles/grandcentrix.xml) into (MacOS) ``~/Library/Preferences/AndroidStudio{VERSION}/codestyles/`` or (Linux) ``~/.AndroidStudio{VERSION}/config/codestyles/``
3035
2. Restart AndroidStudio

0 commit comments

Comments
 (0)