Skip to content

Commit

Permalink
added read me
Browse files Browse the repository at this point in the history
  • Loading branch information
John4650-hub committed Sep 21, 2023
1 parent f023486 commit 4b6669c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build app

on:
push:
pull-request:
branches:
- master

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Ace Code
---
This is an android text editor application.
**The editor used is Ace, a popular text editor by cloud9**
---
The project is still development🚧🚧 and for builds check in releases or you can **build** it yourself by forking and and editing the config.xml file to your desired configurations.

4 changes: 4 additions & 0 deletions pushNoBuild.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
git add .
git commit -m "added read me"
git push

0 comments on commit 4b6669c

Please sign in to comment.