곽원석

Update README.md

Showing 1 changed file with 11 additions and 5 deletions
...@@ -17,14 +17,19 @@ ...@@ -17,14 +17,19 @@
17 ## 개발 환경 및 도구 : 17 ## 개발 환경 및 도구 :
18 * Ubuntu Server 18.04 LTS 18 * Ubuntu Server 18.04 LTS
19 * Windows 10 19 * Windows 10
20 - * Ubuntu 16.04.7 20 + * Ubuntu 20.04 LTS (Focal Fossa)
21 21
22 22
23 - 23 +## 사용방법 :
24 +<img src="/QR코드.jpg" width="20%" height="20%"alt="line"></img>
25 + Line 앱을 설치 후 QR코드를 사용해 친구 추가를 해주세요!
24 26
25 ## 설치방법 : 27 ## 설치방법 :
26 - 개발환경 설정이 끝나는 대로 추가예정 28 + 미리 구축된 aws에서
27 - (aws구축이 불가능한 문제가 있음) 29 + git clone http://khuhub.khu.ac.kr/2014104077/OSS-Project.git
30 + npm install --save express
31 + npm install --save request
32 + npm install --save xml-js
28 33
29 34
30 ## 주요 기능 및 명령어 35 ## 주요 기능 및 명령어
...@@ -38,8 +43,9 @@ ...@@ -38,8 +43,9 @@
38 곽원석 <rhkrdnjstjr1@khu.ac.kr> 43 곽원석 <rhkrdnjstjr1@khu.ac.kr>
39 44
40 45
41 -License 46 +### License :
42 The MIT License (MIT) 47 The MIT License (MIT)
48 +
43 Copyright (c) 2020 곽원석 49 Copyright (c) 2020 곽원석
44 Permission is hereby granted, free of charge, to any person obtaining a copy 50 Permission is hereby granted, free of charge, to any person obtaining a copy
45 of this software and associated documentation files (the "Software"), to deal 51 of this software and associated documentation files (the "Software"), to deal
......