Skip to content

Commit 0494c71

Browse files
authored
Update README.md
1 parent c74a92d commit 0494c71

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
## Features
1919

2020
- **User Authentication**: Secure login/logout with role-based access.
21-
- **File Management**: Upload, preview, download, and delete files.
21+
- **File Management**: Upload, preview, download, and delete files from the cloud.
2222
- **Responsive UI**: Fully responsive layout for desktop, tablet, and mobile.
23-
- **File Preview**: Preview images, videos, text files, and PDFs.
23+
- **File Preview**: Preview images, videos, text files, and PDFs from the cloud.
2424
- **Admin Panel**: Admins can view and manage all uploaded files.
2525
- **Improved Performance**: Optimized backend and frontend for faster load times.
2626
- **Enhanced Overlay**: Redesigned, intuitive overlay for easier navigation.
@@ -57,15 +57,11 @@
5757
Go to the [GitHub Releases page](https://github.com/verpxnter/springcloud/releases) and download the latest `.jar` and `install.sh`.
5858

5959
2. **Run the install script**:
60-
```bash
6160
./install.sh
62-
```
6361

6462
3. **Access the dashboard**:
6563
Open your browser at:
66-
```
6764
http://YOUR_IP/springcloud/
68-
```
6965

7066
4. **Default credentials**:
7167
- **Username**: `sysadmin`
@@ -94,10 +90,8 @@ We welcome contributions!
9490

9591
1. Fork the repository
9692
2. Create a new branch for your feature or fix:
97-
```
98-
feature/my-new-feature
93+
feature/my-new-feature
9994
bugfix/fix-issue
100-
```
10195
3. Implement changes with tests
10296
4. Submit a pull request to `main` with a detailed description
10397

@@ -110,9 +104,7 @@ We welcome contributions!
110104
### Credit the Original Author
111105

112106
If using or building on this project, please credit:
113-
```markdown
114107
Based on the [SpringCloud Dashboard](https://github.com/verpxnter/springcloud) by [@verpxnter](https://github.com/verpxnter)
115-
```
116108

117109
---
118110

0 commit comments

Comments
 (0)