Skip to content

Commit 09c6104

Browse files
committed
updating instruction to make readme refer to other .md files
1 parent 6764833 commit 09c6104

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# TokenScript repo
22

3+
## Update instruction for sysop
4+
5+
If the TokenScript files in the repo is updated, the sysop should recreate the `.htaccess` file by:
6+
7+
$ make .htaccess
8+
9+
This would generate a new .htaccess file based on the contract addresses mentioned in the TokenScript files.
10+
11+
Then, run this to upload the files. This will only work if you already configured SSH access:
12+
13+
$ make upload
14+
15+
## How it works
16+
17+
The Makfile generates a list of rewrite rules for accessing TokenScript files based on their token contract addresses. See more in [how_it_works.md](how_it_works.md)
18+
319
## When will it be used
420

521
A user obtains a TokenScript in two ways.
File renamed without changes.

0 commit comments

Comments
 (0)