-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kimhappy
committed
Nov 20, 2024
1 parent
134823d
commit ada779f
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
# MusicWith | ||
|
||
Clone this git with | ||
이 git repository는 실제 개발에 사용되는 git repository를 submodule로 가지고 있습니다. 이 저장소를 clone하려면, | ||
|
||
```sh | ||
git clone --recurse-submodules https://github.com/ProjectInTheClass/MusicWith | ||
``` | ||
|
||
or | ||
또는 일반적인 방법으로 clone 후 | ||
|
||
```sh | ||
git submodule update --init --recursive | ||
``` | ||
|
||
to get App / Server git repository | ||
해 주세요. | ||
|
||
## 링크 | ||
- [App 저장소](https://github.com/kimhappy/MusicWith) | ||
- [Server 저장소](https://github.com/kimhappy/MusicWithServer) | ||
- [Wiki](https://github.com/ProjectInTheClass/MusicWith/wiki) |